Shades of Pale Turquoise #BBF4ED
Tints of Pale Turquoise #BBF4ED
RGB
CMYK
RGB Variations
Color information
#BBF4ED (or 0xBBF4ED) is known color: Pale Turquoise. HEX triplet: BB, F4 and ED. RGB value is (187,244,237). Sum of RGB (Red+Green+Blue) = 187+244+237=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4ED is #440B12. Grayscale: #E2E2E2. Windows color (decimal): -4459283 or 15594683. OLE color: 15594683.
HSL color Cylindrical-coordinate representation of color #BBF4ED: hue angle of 172.63º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF4ED is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 237 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.04 |
| HSL | 172.63º | 0.72% | 0.85% | - |
| HSV(B) | 172.63º | 0.23% | 0.96% | - |
| XYZ | 68.13 | 81.38 | 92.24 | - |
| YUV | 226.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 237 | 0.23 | 0 | 0.03 | 0.04 | 172.63 | 0.72 | 0.85 |
| Hex | BB | F4 | ED | 17 | 0 | 3 | 4 | AD | 48 | 55 |
| Octal | 273 | 364 | 355 | 27 | 0 | 3 | 4 | 255 | 110 | 125 |
| Binary | 10111011 | 11110100 | 11101101 | 10111 | 0 | 11 | 100 | 10101101 | 1001000 | 1010101 |
Color Harmonies of #BBF4ED
Complementary color
Monochromatic Colors of #BBF4ED
Black with #BBF4ED
Text Example
Text Example
White with #BBF4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF4ED; }
p { color: rgb(187,244,237); }
H1.HeaderClassName
{
color: #BBF4ED;
}
.AnyTagClassName
{
color: #BBF4ED;
}
</style>
background-color css
<style>
a { background-color: #BBF4ED; }
a { background-color: rgb(187,244,237); }
div.DivClassName
{
background-color: #BBF4ED;
}
.BgClassName
{
background-color: #BBF4ED;
}
</style>
border-color css
<style>
span { border-color: #BBF4ED; }
span { border-color: rgb(187,244,237); }
td.TdClassName
{
border-color: #BBF4ED;
}
.TagClassName
{
border-color: #BBF4ED;
}
</style>