Shades of Pale Turquoise #B2FDF6
Tints of Pale Turquoise #B2FDF6
RGB
CMYK
RGB Variations
Color information
#B2FDF6 (or 0xB2FDF6) is known color: Pale Turquoise. HEX triplet: B2, FD and F6. RGB value is (178,253,246). Sum of RGB (Red+Green+Blue) = 178+253+246=677 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.29% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FDF6 is #4D0209. Grayscale: #E5E5E5. Windows color (decimal): -5046794 or 16186802. OLE color: 16186802.
HSL color Cylindrical-coordinate representation of color #B2FDF6: hue angle of 174.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FDF6 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 253 | 246 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.01 |
| HSL | 174.4º | 0.95% | 0.85% | - |
| HSV(B) | 174.4º | 0.3% | 0.99% | - |
| XYZ | 70.12 | 86.37 | 100.16 | - |
| YUV | 229.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 253 | 246 | 0.30 | 0 | 0.03 | 0.01 | 174.4 | 0.95 | 0.85 |
| Hex | B2 | FD | F6 | 1E | 0 | 3 | 1 | AE | 5F | 55 |
| Octal | 262 | 375 | 366 | 36 | 0 | 3 | 1 | 256 | 137 | 125 |
| Binary | 10110010 | 11111101 | 11110110 | 11110 | 0 | 11 | 1 | 10101110 | 1011111 | 1010101 |
Color Harmonies of #B2FDF6
Complementary color
Monochromatic Colors of #B2FDF6
Black with #B2FDF6
Text Example
Text Example
White with #B2FDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FDF6; }
p { color: rgb(178,253,246); }
H1.HeaderClassName
{
color: #B2FDF6;
}
.AnyTagClassName
{
color: #B2FDF6;
}
</style>
background-color css
<style>
a { background-color: #B2FDF6; }
a { background-color: rgb(178,253,246); }
div.DivClassName
{
background-color: #B2FDF6;
}
.BgClassName
{
background-color: #B2FDF6;
}
</style>
border-color css
<style>
span { border-color: #B2FDF6; }
span { border-color: rgb(178,253,246); }
td.TdClassName
{
border-color: #B2FDF6;
}
.TagClassName
{
border-color: #B2FDF6;
}
</style>