Shades of Pale Turquoise #B2FDFE
Tints of Pale Turquoise #B2FDFE
RGB
CMYK
RGB Variations
Color information
#B2FDFE (or 0xB2FDFE) is known color: Pale Turquoise. HEX triplet: B2, FD and FE. RGB value is (178,253,254). Sum of RGB (Red+Green+Blue) = 178+253+254=685 (90% of max value = 765). Red value is 178 (69.92% from 255 or 25.99% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2FDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FDFE is #4D0201. Grayscale: #E6E6E6. Windows color (decimal): -5046786 or 16711090. OLE color: 16711090.
HSL color Cylindrical-coordinate representation of color #B2FDFE: hue angle of 180.79º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FDFE is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 253 | 254 | - |
| CMYK | 0.30 | 0.00 | 0 | 0.00 |
| HSL | 180.79º | 0.97% | 0.85% | - |
| HSV(B) | 180.79º | 0.3% | 1% | - |
| XYZ | 71.37 | 86.87 | 106.77 | - |
| YUV | 230.69 | 141.15 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 253 | 254 | 0.30 | 0.00 | 0 | 0.00 | 180.79 | 0.97 | 0.85 |
| Hex | B2 | FD | FE | 1E | 0 | 0 | 0 | B5 | 61 | 55 |
| Octal | 262 | 375 | 376 | 36 | 0 | 0 | 0 | 265 | 141 | 125 |
| Binary | 10110010 | 11111101 | 11111110 | 11110 | 0 | 0 | 0 | 10110101 | 1100001 | 1010101 |
Color Harmonies of #B2FDFE
Complementary color
Monochromatic Colors of #B2FDFE
Black with #B2FDFE
Text Example
Text Example
White with #B2FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FDFE; }
p { color: rgb(178,253,254); }
H1.HeaderClassName
{
color: #B2FDFE;
}
.AnyTagClassName
{
color: #B2FDFE;
}
</style>
background-color css
<style>
a { background-color: #B2FDFE; }
a { background-color: rgb(178,253,254); }
div.DivClassName
{
background-color: #B2FDFE;
}
.BgClassName
{
background-color: #B2FDFE;
}
</style>
border-color css
<style>
span { border-color: #B2FDFE; }
span { border-color: rgb(178,253,254); }
td.TdClassName
{
border-color: #B2FDFE;
}
.TagClassName
{
border-color: #B2FDFE;
}
</style>