Shades of Pale Turquoise #BBFBF3
Tints of Pale Turquoise #BBFBF3
RGB
CMYK
RGB Variations
Color information
#BBFBF3 (or 0xBBFBF3) is known color: Pale Turquoise. HEX triplet: BB, FB and F3. RGB value is (187,251,243). Sum of RGB (Red+Green+Blue) = 187+251+243=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBF3 is #44040C. Grayscale: #E6E6E6. Windows color (decimal): -4457485 or 15989691. OLE color: 15989691.
HSL color Cylindrical-coordinate representation of color #BBFBF3: hue angle of 172.5º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBF3 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 243 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.02 |
| HSL | 172.5º | 0.89% | 0.86% | - |
| HSV(B) | 172.5º | 0.25% | 0.98% | - |
| XYZ | 71.17 | 86.03 | 97.65 | - |
| YUV | 230.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 243 | 0.25 | 0 | 0.03 | 0.02 | 172.5 | 0.89 | 0.86 |
| Hex | BB | FB | F3 | 19 | 0 | 3 | 2 | AC | 59 | 56 |
| Octal | 273 | 373 | 363 | 31 | 0 | 3 | 2 | 254 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11110011 | 11001 | 0 | 11 | 10 | 10101100 | 1011001 | 1010110 |
Color Harmonies of #BBFBF3
Complementary color
Monochromatic Colors of #BBFBF3
Black with #BBFBF3
Text Example
Text Example
White with #BBFBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBF3; }
p { color: rgb(187,251,243); }
H1.HeaderClassName
{
color: #BBFBF3;
}
.AnyTagClassName
{
color: #BBFBF3;
}
</style>
background-color css
<style>
a { background-color: #BBFBF3; }
a { background-color: rgb(187,251,243); }
div.DivClassName
{
background-color: #BBFBF3;
}
.BgClassName
{
background-color: #BBFBF3;
}
</style>
border-color css
<style>
span { border-color: #BBFBF3; }
span { border-color: rgb(187,251,243); }
td.TdClassName
{
border-color: #BBFBF3;
}
.TagClassName
{
border-color: #BBFBF3;
}
</style>