Shades of Pale Turquoise #BBEEF0
Tints of Pale Turquoise #BBEEF0
RGB
CMYK
RGB Variations
Color information
#BBEEF0 (or 0xBBEEF0) is known color: Pale Turquoise. HEX triplet: BB, EE and F0. RGB value is (187,238,240). Sum of RGB (Red+Green+Blue) = 187+238+240=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEF0 is #44110F. Grayscale: #DEDEDE. Windows color (decimal): -4460816 or 15789755. OLE color: 15789755.
HSL color Cylindrical-coordinate representation of color #BBEEF0: hue angle of 182.26º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEEF0 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 238 | 240 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.06 |
| HSL | 182.26º | 0.64% | 0.84% | - |
| HSV(B) | 182.26º | 0.22% | 0.94% | - |
| XYZ | 66.8 | 78.01 | 93.97 | - |
| YUV | 222.98 | 137.6 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 240 | 0.22 | 0.01 | 0 | 0.06 | 182.26 | 0.64 | 0.84 |
| Hex | BB | EE | F0 | 16 | 1 | 0 | 6 | B6 | 40 | 54 |
| Octal | 273 | 356 | 360 | 26 | 1 | 0 | 6 | 266 | 100 | 124 |
| Binary | 10111011 | 11101110 | 11110000 | 10110 | 1 | 0 | 110 | 10110110 | 1000000 | 1010100 |
Color Harmonies of #BBEEF0
Complementary color
Monochromatic Colors of #BBEEF0
Black with #BBEEF0
Text Example
Text Example
White with #BBEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEF0; }
p { color: rgb(187,238,240); }
H1.HeaderClassName
{
color: #BBEEF0;
}
.AnyTagClassName
{
color: #BBEEF0;
}
</style>
background-color css
<style>
a { background-color: #BBEEF0; }
a { background-color: rgb(187,238,240); }
div.DivClassName
{
background-color: #BBEEF0;
}
.BgClassName
{
background-color: #BBEEF0;
}
</style>
border-color css
<style>
span { border-color: #BBEEF0; }
span { border-color: rgb(187,238,240); }
td.TdClassName
{
border-color: #BBEEF0;
}
.TagClassName
{
border-color: #BBEEF0;
}
</style>