Shades of Pale Turquoise #B2F9F7
Tints of Pale Turquoise #B2F9F7
RGB
CMYK
RGB Variations
Color information
#B2F9F7 (or 0xB2F9F7) is known color: Pale Turquoise. HEX triplet: B2, F9 and F7. RGB value is (178,249,247). Sum of RGB (Red+Green+Blue) = 178+249+247=674 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.41% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F9F7 is #4D0608. Grayscale: #E3E3E3. Windows color (decimal): -5047817 or 16251314. OLE color: 16251314.
HSL color Cylindrical-coordinate representation of color #B2F9F7: hue angle of 178.31º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2F9F7 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 247 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.02 |
| HSL | 178.31º | 0.86% | 0.84% | - |
| HSV(B) | 178.31º | 0.29% | 0.98% | - |
| XYZ | 69.02 | 83.93 | 100.56 | - |
| YUV | 227.54 | 138.98 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 247 | 0.29 | 0 | 0.01 | 0.02 | 178.31 | 0.86 | 0.84 |
| Hex | B2 | F9 | F7 | 1D | 0 | 1 | 2 | B2 | 56 | 54 |
| Octal | 262 | 371 | 367 | 35 | 0 | 1 | 2 | 262 | 126 | 124 |
| Binary | 10110010 | 11111001 | 11110111 | 11101 | 0 | 1 | 10 | 10110010 | 1010110 | 1010100 |
Color Harmonies of #B2F9F7
Complementary color
Monochromatic Colors of #B2F9F7
Black with #B2F9F7
Text Example
Text Example
White with #B2F9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F9F7; }
p { color: rgb(178,249,247); }
H1.HeaderClassName
{
color: #B2F9F7;
}
.AnyTagClassName
{
color: #B2F9F7;
}
</style>
background-color css
<style>
a { background-color: #B2F9F7; }
a { background-color: rgb(178,249,247); }
div.DivClassName
{
background-color: #B2F9F7;
}
.BgClassName
{
background-color: #B2F9F7;
}
</style>
border-color css
<style>
span { border-color: #B2F9F7; }
span { border-color: rgb(178,249,247); }
td.TdClassName
{
border-color: #B2F9F7;
}
.TagClassName
{
border-color: #B2F9F7;
}
</style>