Shades of Pale Turquoise #BBFEFE
Tints of Pale Turquoise #BBFEFE
RGB
CMYK
RGB Variations
Color information
#BBFEFE (or 0xBBFEFE) is known color: Pale Turquoise. HEX triplet: BB, FE and FE. RGB value is (187,254,254). Sum of RGB (Red+Green+Blue) = 187+254+254=695 (92% of max value = 765). Red value is 187 (73.44% from 255 or 26.91% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #BBFEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEFE is #440101. Grayscale: #E9E9E9. Windows color (decimal): -4456706 or 16711355. OLE color: 16711355.
HSL color Cylindrical-coordinate representation of color #BBFEFE: hue angle of 180º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEFE is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 254 | - |
| CMYK | 0.26 | 0 | 0 | 0.00 |
| HSL | 180º | 0.97% | 0.86% | - |
| HSV(B) | 180º | 0.26% | 1% | - |
| XYZ | 73.82 | 88.6 | 106.98 | - |
| YUV | 233.97 | 139.3 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 254 | 0.26 | 0 | 0 | 0.00 | 180 | 0.97 | 0.86 |
| Hex | BB | FE | FE | 1A | 0 | 0 | 0 | B4 | 61 | 56 |
| Octal | 273 | 376 | 376 | 32 | 0 | 0 | 0 | 264 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11111110 | 11010 | 0 | 0 | 0 | 10110100 | 1100001 | 1010110 |
Color Harmonies of #BBFEFE
Complementary color
Monochromatic Colors of #BBFEFE
Black with #BBFEFE
Text Example
Text Example
White with #BBFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEFE; }
p { color: rgb(187,254,254); }
H1.HeaderClassName
{
color: #BBFEFE;
}
.AnyTagClassName
{
color: #BBFEFE;
}
</style>
background-color css
<style>
a { background-color: #BBFEFE; }
a { background-color: rgb(187,254,254); }
div.DivClassName
{
background-color: #BBFEFE;
}
.BgClassName
{
background-color: #BBFEFE;
}
</style>
border-color css
<style>
span { border-color: #BBFEFE; }
span { border-color: rgb(187,254,254); }
td.TdClassName
{
border-color: #BBFEFE;
}
.TagClassName
{
border-color: #BBFEFE;
}
</style>