Shades of Pale Turquoise #BBEFF2
Tints of Pale Turquoise #BBEFF2
RGB
CMYK
RGB Variations
Color information
#BBEFF2 (or 0xBBEFF2) is known color: Pale Turquoise. HEX triplet: BB, EF and F2. RGB value is (187,239,242). Sum of RGB (Red+Green+Blue) = 187+239+242=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFF2 is #44100D. Grayscale: #DFDFDF. Windows color (decimal): -4460558 or 15921083. OLE color: 15921083.
HSL color Cylindrical-coordinate representation of color #BBEFF2: hue angle of 183.27º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBEFF2 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 239 | 242 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.05 |
| HSL | 183.27º | 0.68% | 0.84% | - |
| HSV(B) | 183.27º | 0.23% | 0.95% | - |
| XYZ | 67.39 | 78.71 | 95.65 | - |
| YUV | 223.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 242 | 0.23 | 0.01 | 0 | 0.05 | 183.27 | 0.68 | 0.84 |
| Hex | BB | EF | F2 | 17 | 1 | 0 | 5 | B7 | 44 | 54 |
| Octal | 273 | 357 | 362 | 27 | 1 | 0 | 5 | 267 | 104 | 124 |
| Binary | 10111011 | 11101111 | 11110010 | 10111 | 1 | 0 | 101 | 10110111 | 1000100 | 1010100 |
Color Harmonies of #BBEFF2
Complementary color
Monochromatic Colors of #BBEFF2
Black with #BBEFF2
Text Example
Text Example
White with #BBEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEFF2; }
p { color: rgb(187,239,242); }
H1.HeaderClassName
{
color: #BBEFF2;
}
.AnyTagClassName
{
color: #BBEFF2;
}
</style>
background-color css
<style>
a { background-color: #BBEFF2; }
a { background-color: rgb(187,239,242); }
div.DivClassName
{
background-color: #BBEFF2;
}
.BgClassName
{
background-color: #BBEFF2;
}
</style>
border-color css
<style>
span { border-color: #BBEFF2; }
span { border-color: rgb(187,239,242); }
td.TdClassName
{
border-color: #BBEFF2;
}
.TagClassName
{
border-color: #BBEFF2;
}
</style>