#BCEEE9

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

Shades of Pale Turquoise #BCEEE9

Tints of Pale Turquoise #BCEEE9

Color information

#BCEEE9 (or 0xBCEEE9) is unknown color: approx Pale Turquoise. HEX triplet: BC, EE and E9. RGB value is (188,238,233). Sum of RGB (Red+Green+Blue) = 188+238+233=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEE9 is #431116. Grayscale: #DEDEDE. Windows color (decimal): -4395287 or 15331004. OLE color: 15331004.

HSL color Cylindrical-coordinate representation of color #BCEEE9: hue angle of 174º 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 #BCEEE9 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB188238233-
CMYK0.2100.020.07
HSL174º59.52%83.53%-
HSV(B)174º21.01%93.33%-
XYZ66.0277.7288.61-
YUV222.48133.94103.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.53%
GREEN value IS 238 (93.36% from 255) = 36.12%
BLUE value IS 233 (91.41% from 255) = 35.36%
R=28.53%
G=36.12%
B=35.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882382330.2100.020.0717459.5283.53
HexBCEEE915027ae3c54
Octal2743563512502725674124
Binary10111100111011101110100110101010111101011101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEE9; }

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

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

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

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

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

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

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

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