Shades of Pale Turquoise #BBF1ED
Tints of Pale Turquoise #BBF1ED
RGB
CMYK
RGB Variations
Color information
#BBF1ED (or 0xBBF1ED) is known color: Pale Turquoise. HEX triplet: BB, F1 and ED. RGB value is (187,241,237). Sum of RGB (Red+Green+Blue) = 187+241+237=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1ED is #440E12. Grayscale: #E0E0E0. Windows color (decimal): -4460051 or 15593915. OLE color: 15593915.
HSL color Cylindrical-coordinate representation of color #BBF1ED: hue angle of 175.56º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1ED is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 237 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.05 |
| HSL | 175.56º | 0.66% | 0.84% | - |
| HSV(B) | 175.56º | 0.22% | 0.95% | - |
| XYZ | 67.23 | 79.59 | 91.94 | - |
| YUV | 224.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 237 | 0.22 | 0 | 0.02 | 0.05 | 175.56 | 0.66 | 0.84 |
| Hex | BB | F1 | ED | 16 | 0 | 2 | 5 | B0 | 42 | 54 |
| Octal | 273 | 361 | 355 | 26 | 0 | 2 | 5 | 260 | 102 | 124 |
| Binary | 10111011 | 11110001 | 11101101 | 10110 | 0 | 10 | 101 | 10110000 | 1000010 | 1010100 |
Color Harmonies of #BBF1ED
Complementary color
Monochromatic Colors of #BBF1ED
Black with #BBF1ED
Text Example
Text Example
White with #BBF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1ED; }
p { color: rgb(187,241,237); }
H1.HeaderClassName
{
color: #BBF1ED;
}
.AnyTagClassName
{
color: #BBF1ED;
}
</style>
background-color css
<style>
a { background-color: #BBF1ED; }
a { background-color: rgb(187,241,237); }
div.DivClassName
{
background-color: #BBF1ED;
}
.BgClassName
{
background-color: #BBF1ED;
}
</style>
border-color css
<style>
span { border-color: #BBF1ED; }
span { border-color: rgb(187,241,237); }
td.TdClassName
{
border-color: #BBF1ED;
}
.TagClassName
{
border-color: #BBF1ED;
}
</style>