#BCF8EE

Color #BCF8EE Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #BCF8EE

Tints of Pale Turquoise #BCF8EE

Color information

#BCF8EE (or 0xBCF8EE) is unknown color: approx Pale Turquoise. HEX triplet: BC, F8 and EE. RGB value is (188,248,238). Sum of RGB (Red+Green+Blue) = 188+248+238=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF8EE is #430711. Grayscale: #E4E4E4. Windows color (decimal): -4392722 or 15661244. OLE color: 15661244.

HSL color Cylindrical-coordinate representation of color #BCF8EE: hue angle of 170º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF8EE is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB188248238-
CMYK0.2400.040.03
HSL170º81.08%85.49%-
HSV(B)170º24.19%97.25%-
XYZ69.748493.43-
YUV228.92133.1298.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 27.89%
GREEN value IS 248 (97.27% from 255) = 36.80%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=27.89%
G=36.80%
B=35.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882482380.2400.040.0317081.0885.49
HexBCF8EE18043aa5155
Octal27437035630043252121125
Binary101111001111100011101110110000100111010101010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8EE; }

 p { color: rgb(188,248,238); }

 H1.HeaderClassName
 {
   color: #BCF8EE;
 }
 .AnyTagClassName
 {
   color: #BCF8EE;
 }
</style>
background-color css

<style>
 a { background-color: #BCF8EE; }

 a { background-color: rgb(188,248,238); }

 div.DivClassName
 {
   background-color: #BCF8EE;
 }
 .BgClassName
 {
   background-color: #BCF8EE;
 }
</style>
border-color css

<style>
 span { border-color: #BCF8EE; }

 span { border-color: rgb(188,248,238); }

 td.TdClassName
 {
   border-color: #BCF8EE;
 }
 .TagClassName
 {
   border-color: #BCF8EE;
 }
</style>