#BCEEEC

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

Shades of Pale Turquoise #BCEEEC

Tints of Pale Turquoise #BCEEEC

Color information

#BCEEEC (or 0xBCEEEC) is unknown color: approx Pale Turquoise. HEX triplet: BC, EE and EC. RGB value is (188,238,236). Sum of RGB (Red+Green+Blue) = 188+238+236=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEEC is #431113. Grayscale: #DEDEDE. Windows color (decimal): -4395284 or 15527612. OLE color: 15527612.

HSL color Cylindrical-coordinate representation of color #BCEEEC: hue angle of 177.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEEEC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB188238236-
CMYK0.2100.010.07
HSL177.6º59.52%83.53%-
HSV(B)177.6º21.01%93.33%-
XYZ66.4577.990.89-
YUV222.82135.44103.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.40%
GREEN value IS 238 (93.36% from 255) = 35.95%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=28.40%
G=35.95%
B=35.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882382360.2100.010.07177.659.5283.53
HexBCEEEC15017b23c54
Octal2743563542501726274124
Binary1011110011101110111011001010101111101100101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEEC; }

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

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

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

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

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

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

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

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