#BBEEEA

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

Shades of Pale Turquoise #BBEEEA

Tints of Pale Turquoise #BBEEEA

Color information

#BBEEEA (or 0xBBEEEA) is unknown color: approx Pale Turquoise. HEX triplet: BB, EE and EA. RGB value is (187,238,234). Sum of RGB (Red+Green+Blue) = 187+238+234=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEEA is #441115. Grayscale: #DEDEDE. Windows color (decimal): -4460822 or 15396539. OLE color: 15396539.

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

Color convert

RGB187238234-
CMYK0.2100.020.07
HSL175.29º60%83.33%-
HSV(B)175.29º21.43%93.33%-
XYZ65.9277.6589.36-
YUV222.29134.6102.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.38%
GREEN value IS 238 (93.36% from 255) = 36.12%
BLUE value IS 234 (91.80% from 255) = 35.51%
R=28.38%
G=36.12%
B=35.51%

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
Decimal1872382340.2100.020.07175.296083.33
HexBBEEEA15027af3c53
Octal2733563522502725774123
Binary10111011111011101110101010101010111101011111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEEA; }

 p { color: rgb(187,238,234); }

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

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

 a { background-color: rgb(187,238,234); }

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

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

 span { border-color: rgb(187,238,234); }

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