Shades of Pale Turquoise #B2FDFF
Tints of Pale Turquoise #B2FDFF
RGB
CMYK
RGB Variations
Color information
#B2FDFF (or 0xB2FDFF) is known color: Pale Turquoise. HEX triplet: B2, FD and FF. RGB value is (178,253,255). Sum of RGB (Red+Green+Blue) = 178+253+255=686 (90% of max value = 765). Red value is 178 (69.92% from 255 or 25.95% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FDFF is #4D0200. Grayscale: #E6E6E6. Windows color (decimal): -5046785 or 16776626. OLE color: 16776626.
HSL color Cylindrical-coordinate representation of color #B2FDFF: hue angle of 181.56º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FDFF is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 253 | 255 | - |
| CMYK | 0.30 | 0.01 | 0 | 0 |
| HSL | 181.56º | 1% | 0.85% | - |
| HSV(B) | 181.56º | 0.3% | 1% | - |
| XYZ | 71.54 | 86.94 | 107.62 | - |
| YUV | 230.8 | 141.65 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 253 | 255 | 0.30 | 0.01 | 0 | 0 | 181.56 | 1 | 0.85 |
| Hex | B2 | FD | FF | 1E | 1 | 0 | 0 | B6 | 64 | 55 |
| Octal | 262 | 375 | 377 | 36 | 1 | 0 | 0 | 266 | 144 | 125 |
| Binary | 10110010 | 11111101 | 11111111 | 11110 | 1 | 0 | 0 | 10110110 | 1100100 | 1010101 |
Color Harmonies of #B2FDFF
Complementary color
Monochromatic Colors of #B2FDFF
Black with #B2FDFF
Text Example
Text Example
White with #B2FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FDFF; }
p { color: rgb(178,253,255); }
H1.HeaderClassName
{
color: #B2FDFF;
}
.AnyTagClassName
{
color: #B2FDFF;
}
</style>
background-color css
<style>
a { background-color: #B2FDFF; }
a { background-color: rgb(178,253,255); }
div.DivClassName
{
background-color: #B2FDFF;
}
.BgClassName
{
background-color: #B2FDFF;
}
</style>
border-color css
<style>
span { border-color: #B2FDFF; }
span { border-color: rgb(178,253,255); }
td.TdClassName
{
border-color: #B2FDFF;
}
.TagClassName
{
border-color: #B2FDFF;
}
</style>