Shades of Pale Turquoise #B2FCFC
Tints of Pale Turquoise #B2FCFC
RGB
CMYK
RGB Variations
Color information
#B2FCFC (or 0xB2FCFC) is known color: Pale Turquoise. HEX triplet: B2, FC and FC. RGB value is (178,252,252). Sum of RGB (Red+Green+Blue) = 178+252+252=682 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.10% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #B2FCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FCFC is #4D0303. Grayscale: #E5E5E5. Windows color (decimal): -5047044 or 16579762. OLE color: 16579762.
HSL color Cylindrical-coordinate representation of color #B2FCFC: hue angle of 180º 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 #B2FCFC is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 252 | - |
| CMYK | 0.29 | 0 | 0 | 0.01 |
| HSL | 180º | 0.93% | 0.84% | - |
| HSV(B) | 180º | 0.29% | 0.99% | - |
| XYZ | 70.74 | 86.11 | 104.99 | - |
| YUV | 229.87 | 140.48 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 252 | 0.29 | 0 | 0 | 0.01 | 180 | 0.93 | 0.84 |
| Hex | B2 | FC | FC | 1D | 0 | 0 | 1 | B4 | 5C | 54 |
| Octal | 262 | 374 | 374 | 35 | 0 | 0 | 1 | 264 | 134 | 124 |
| Binary | 10110010 | 11111100 | 11111100 | 11101 | 0 | 0 | 1 | 10110100 | 1011100 | 1010100 |
Color Harmonies of #B2FCFC
Complementary color
Monochromatic Colors of #B2FCFC
Black with #B2FCFC
Text Example
Text Example
White with #B2FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCFC; }
p { color: rgb(178,252,252); }
H1.HeaderClassName
{
color: #B2FCFC;
}
.AnyTagClassName
{
color: #B2FCFC;
}
</style>
background-color css
<style>
a { background-color: #B2FCFC; }
a { background-color: rgb(178,252,252); }
div.DivClassName
{
background-color: #B2FCFC;
}
.BgClassName
{
background-color: #B2FCFC;
}
</style>
border-color css
<style>
span { border-color: #B2FCFC; }
span { border-color: rgb(178,252,252); }
td.TdClassName
{
border-color: #B2FCFC;
}
.TagClassName
{
border-color: #B2FCFC;
}
</style>