Shades of Pale Turquoise #B2FAFC
Tints of Pale Turquoise #B2FAFC
RGB
CMYK
RGB Variations
Color information
#B2FAFC (or 0xB2FAFC) is known color: Pale Turquoise. HEX triplet: B2, FA and FC. RGB value is (178,250,252). Sum of RGB (Red+Green+Blue) = 178+250+252=680 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.18% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2FAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FAFC is #4D0503. Grayscale: #E4E4E4. Windows color (decimal): -5047556 or 16579250. OLE color: 16579250.
HSL color Cylindrical-coordinate representation of color #B2FAFC: hue angle of 181.62º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FAFC is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 250 | 252 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.01 |
| HSL | 181.62º | 0.93% | 0.84% | - |
| HSV(B) | 181.62º | 0.29% | 0.99% | - |
| XYZ | 70.12 | 84.86 | 104.78 | - |
| YUV | 228.7 | 141.15 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 252 | 0.29 | 0.01 | 0 | 0.01 | 181.62 | 0.93 | 0.84 |
| Hex | B2 | FA | FC | 1D | 1 | 0 | 1 | B6 | 5C | 54 |
| Octal | 262 | 372 | 374 | 35 | 1 | 0 | 1 | 266 | 134 | 124 |
| Binary | 10110010 | 11111010 | 11111100 | 11101 | 1 | 0 | 1 | 10110110 | 1011100 | 1010100 |
Color Harmonies of #B2FAFC
Complementary color
Monochromatic Colors of #B2FAFC
Black with #B2FAFC
Text Example
Text Example
White with #B2FAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FAFC; }
p { color: rgb(178,250,252); }
H1.HeaderClassName
{
color: #B2FAFC;
}
.AnyTagClassName
{
color: #B2FAFC;
}
</style>
background-color css
<style>
a { background-color: #B2FAFC; }
a { background-color: rgb(178,250,252); }
div.DivClassName
{
background-color: #B2FAFC;
}
.BgClassName
{
background-color: #B2FAFC;
}
</style>
border-color css
<style>
span { border-color: #B2FAFC; }
span { border-color: rgb(178,250,252); }
td.TdClassName
{
border-color: #B2FAFC;
}
.TagClassName
{
border-color: #B2FAFC;
}
</style>