Shades of Pale Turquoise #B2F5FD
Tints of Pale Turquoise #B2F5FD
RGB
CMYK
RGB Variations
Color information
#B2F5FD (or 0xB2F5FD) is known color: Pale Turquoise. HEX triplet: B2, F5 and FD. RGB value is (178,245,253). Sum of RGB (Red+Green+Blue) = 178+245+253=676 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.33% from 676); Green value is 245 (96.09% from 255 or 36.24% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2F5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F5FD is #4D0A02. Grayscale: #E1E1E1. Windows color (decimal): -5048835 or 16643506. OLE color: 16643506.
HSL color Cylindrical-coordinate representation of color #B2F5FD: hue angle of 186.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 #B2F5FD is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 245 | 253 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.01 |
| HSL | 186.4º | 0.95% | 0.85% | - |
| HSV(B) | 186.4º | 0.3% | 0.99% | - |
| XYZ | 68.74 | 81.86 | 105.11 | - |
| YUV | 225.88 | 143.3 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 253 | 0.30 | 0.03 | 0 | 0.01 | 186.4 | 0.95 | 0.85 |
| Hex | B2 | F5 | FD | 1E | 3 | 0 | 1 | BA | 5F | 55 |
| Octal | 262 | 365 | 375 | 36 | 3 | 0 | 1 | 272 | 137 | 125 |
| Binary | 10110010 | 11110101 | 11111101 | 11110 | 11 | 0 | 1 | 10111010 | 1011111 | 1010101 |
Color Harmonies of #B2F5FD
Complementary color
Monochromatic Colors of #B2F5FD
Black with #B2F5FD
Text Example
Text Example
White with #B2F5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F5FD; }
p { color: rgb(178,245,253); }
H1.HeaderClassName
{
color: #B2F5FD;
}
.AnyTagClassName
{
color: #B2F5FD;
}
</style>
background-color css
<style>
a { background-color: #B2F5FD; }
a { background-color: rgb(178,245,253); }
div.DivClassName
{
background-color: #B2F5FD;
}
.BgClassName
{
background-color: #B2F5FD;
}
</style>
border-color css
<style>
span { border-color: #B2F5FD; }
span { border-color: rgb(178,245,253); }
td.TdClassName
{
border-color: #B2F5FD;
}
.TagClassName
{
border-color: #B2F5FD;
}
</style>