Shades of Pale Turquoise #BBEFF1
Tints of Pale Turquoise #BBEFF1
RGB
CMYK
RGB Variations
Color information
#BBEFF1 (or 0xBBEFF1) is known color: Pale Turquoise. HEX triplet: BB, EF and F1. RGB value is (187,239,241). Sum of RGB (Red+Green+Blue) = 187+239+241=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFF1 is #44100E. Grayscale: #DFDFDF. Windows color (decimal): -4460559 or 15855547. OLE color: 15855547.
HSL color Cylindrical-coordinate representation of color #BBEFF1: hue angle of 182.22º 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 #BBEFF1 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 239 | 241 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.05 |
| HSL | 182.22º | 0.66% | 0.84% | - |
| HSV(B) | 182.22º | 0.22% | 0.95% | - |
| XYZ | 67.24 | 78.65 | 94.86 | - |
| YUV | 223.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 241 | 0.22 | 0.01 | 0 | 0.05 | 182.22 | 0.66 | 0.84 |
| Hex | BB | EF | F1 | 16 | 1 | 0 | 5 | B6 | 42 | 54 |
| Octal | 273 | 357 | 361 | 26 | 1 | 0 | 5 | 266 | 102 | 124 |
| Binary | 10111011 | 11101111 | 11110001 | 10110 | 1 | 0 | 101 | 10110110 | 1000010 | 1010100 |
Color Harmonies of #BBEFF1
Complementary color
Monochromatic Colors of #BBEFF1
Black with #BBEFF1
Text Example
Text Example
White with #BBEFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEFF1; }
p { color: rgb(187,239,241); }
H1.HeaderClassName
{
color: #BBEFF1;
}
.AnyTagClassName
{
color: #BBEFF1;
}
</style>
background-color css
<style>
a { background-color: #BBEFF1; }
a { background-color: rgb(187,239,241); }
div.DivClassName
{
background-color: #BBEFF1;
}
.BgClassName
{
background-color: #BBEFF1;
}
</style>
border-color css
<style>
span { border-color: #BBEFF1; }
span { border-color: rgb(187,239,241); }
td.TdClassName
{
border-color: #BBEFF1;
}
.TagClassName
{
border-color: #BBEFF1;
}
</style>