Shades of Pale Turquoise #B2FCEF
Tints of Pale Turquoise #B2FCEF
RGB
CMYK
RGB Variations
Color information
#B2FCEF (or 0xB2FCEF) is known color: Pale Turquoise. HEX triplet: B2, FC and EF. RGB value is (178,252,239). Sum of RGB (Red+Green+Blue) = 178+252+239=669 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.61% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FCEF is #4D0310. Grayscale: #E4E4E4. Windows color (decimal): -5047057 or 15727794. OLE color: 15727794.
HSL color Cylindrical-coordinate representation of color #B2FCEF: hue angle of 169.46º 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 #B2FCEF is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 239 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.01 |
| HSL | 169.46º | 0.93% | 0.84% | - |
| HSV(B) | 169.46º | 0.29% | 0.99% | - |
| XYZ | 68.75 | 85.32 | 94.51 | - |
| YUV | 228.39 | 133.98 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 239 | 0.29 | 0 | 0.05 | 0.01 | 169.46 | 0.93 | 0.84 |
| Hex | B2 | FC | EF | 1D | 0 | 5 | 1 | A9 | 5C | 54 |
| Octal | 262 | 374 | 357 | 35 | 0 | 5 | 1 | 251 | 134 | 124 |
| Binary | 10110010 | 11111100 | 11101111 | 11101 | 0 | 101 | 1 | 10101001 | 1011100 | 1010100 |
Color Harmonies of #B2FCEF
Complementary color
Monochromatic Colors of #B2FCEF
Black with #B2FCEF
Text Example
Text Example
White with #B2FCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCEF; }
p { color: rgb(178,252,239); }
H1.HeaderClassName
{
color: #B2FCEF;
}
.AnyTagClassName
{
color: #B2FCEF;
}
</style>
background-color css
<style>
a { background-color: #B2FCEF; }
a { background-color: rgb(178,252,239); }
div.DivClassName
{
background-color: #B2FCEF;
}
.BgClassName
{
background-color: #B2FCEF;
}
</style>
border-color css
<style>
span { border-color: #B2FCEF; }
span { border-color: rgb(178,252,239); }
td.TdClassName
{
border-color: #B2FCEF;
}
.TagClassName
{
border-color: #B2FCEF;
}
</style>