Shades of Pale Turquoise #B2FFFF
Tints of Pale Turquoise #B2FFFF
RGB
CMYK
RGB Variations
Color information
#B2FFFF (or 0xB2FFFF) is known color: Pale Turquoise. HEX triplet: B2, FF and FF. RGB value is (178,255,255). Sum of RGB (Red+Green+Blue) = 178+255+255=688 (91% of max value = 765). Red value is 178 (69.92% from 255 or 25.87% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #B2FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFFF is #4D0000. Grayscale: #E7E7E7. Windows color (decimal): -5046273 or 16777138. OLE color: 16777138.
HSL color Cylindrical-coordinate representation of color #B2FFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFFF is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 178 | 255 | 255 | - |
CMYK | 0.30 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.85% | - |
HSV(B) | 180º | 0.3% | 1% | - |
XYZ | 72.17 | 88.2 | 107.83 | - |
YUV | 231.98 | 140.99 | 89.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 255 | 255 | 0.30 | 0 | 0 | 0 | 180 | 1 | 0.85 |
Hex | B2 | FF | FF | 1E | 0 | 0 | 0 | B4 | 64 | 55 |
Octal | 262 | 377 | 377 | 36 | 0 | 0 | 0 | 264 | 144 | 125 |
Binary | 10110010 | 11111111 | 11111111 | 11110 | 0 | 0 | 0 | 10110100 | 1100100 | 1010101 |
Color Harmonies of #B2FFFF
Complementary color
Monochromatic Colors of #B2FFFF
Black with #B2FFFF
Text Example
Text Example
White with #B2FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFFF; }
p { color: rgb(178,255,255); }
H1.HeaderClassName
{
color: #B2FFFF;
}
.AnyTagClassName
{
color: #B2FFFF;
}
</style>
background-color css
<style>
a { background-color: #B2FFFF; }
a { background-color: rgb(178,255,255); }
div.DivClassName
{
background-color: #B2FFFF;
}
.BgClassName
{
background-color: #B2FFFF;
}
</style>
border-color css
<style>
span { border-color: #B2FFFF; }
span { border-color: rgb(178,255,255); }
td.TdClassName
{
border-color: #B2FFFF;
}
.TagClassName
{
border-color: #B2FFFF;
}
</style>