Shades of Pale Turquoise #B2F0FD
Tints of Pale Turquoise #B2F0FD
RGB
CMYK
RGB Variations
Color information
#B2F0FD (or 0xB2F0FD) is known color: Pale Turquoise. HEX triplet: B2, F0 and FD. RGB value is (178,240,253). Sum of RGB (Red+Green+Blue) = 178+240+253=671 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.53% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F0FD is #4D0F02. Grayscale: #DEDEDE. Windows color (decimal): -5050115 or 16642226. OLE color: 16642226.
HSL color Cylindrical-coordinate representation of color #B2F0FD: hue angle of 190.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 #B2F0FD is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 240 | 253 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.01 |
| HSL | 190.4º | 0.95% | 0.85% | - |
| HSV(B) | 190.4º | 0.3% | 0.99% | - |
| XYZ | 67.25 | 78.88 | 104.61 | - |
| YUV | 222.94 | 144.96 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 253 | 0.30 | 0.05 | 0 | 0.01 | 190.4 | 0.95 | 0.85 |
| Hex | B2 | F0 | FD | 1E | 5 | 0 | 1 | BE | 5F | 55 |
| Octal | 262 | 360 | 375 | 36 | 5 | 0 | 1 | 276 | 137 | 125 |
| Binary | 10110010 | 11110000 | 11111101 | 11110 | 101 | 0 | 1 | 10111110 | 1011111 | 1010101 |
Color Harmonies of #B2F0FD
Complementary color
Monochromatic Colors of #B2F0FD
Black with #B2F0FD
Text Example
Text Example
White with #B2F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F0FD; }
p { color: rgb(178,240,253); }
H1.HeaderClassName
{
color: #B2F0FD;
}
.AnyTagClassName
{
color: #B2F0FD;
}
</style>
background-color css
<style>
a { background-color: #B2F0FD; }
a { background-color: rgb(178,240,253); }
div.DivClassName
{
background-color: #B2F0FD;
}
.BgClassName
{
background-color: #B2F0FD;
}
</style>
border-color css
<style>
span { border-color: #B2F0FD; }
span { border-color: rgb(178,240,253); }
td.TdClassName
{
border-color: #B2F0FD;
}
.TagClassName
{
border-color: #B2F0FD;
}
</style>