Shades of Pale Turquoise #B0FCED
Tints of Pale Turquoise #B0FCED
RGB
CMYK
RGB Variations
Color information
#B0FCED (or 0xB0FCED) is known color: Pale Turquoise. HEX triplet: B0, FC and ED. RGB value is (176,252,237). Sum of RGB (Red+Green+Blue) = 176+252+237=665 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.47% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FCED is #4F0312. Grayscale: #E3E3E3. Windows color (decimal): -5178131 or 15596720. OLE color: 15596720.
HSL color Cylindrical-coordinate representation of color #B0FCED: hue angle of 168.16º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FCED is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 237 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.01 |
| HSL | 168.16º | 0.93% | 0.84% | - |
| HSV(B) | 168.16º | 0.3% | 0.99% | - |
| XYZ | 68 | 84.97 | 92.94 | - |
| YUV | 227.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 237 | 0.30 | 0 | 0.06 | 0.01 | 168.16 | 0.93 | 0.84 |
| Hex | B0 | FC | ED | 1E | 0 | 6 | 1 | A8 | 5D | 54 |
| Octal | 260 | 374 | 355 | 36 | 0 | 6 | 1 | 250 | 135 | 124 |
| Binary | 10110000 | 11111100 | 11101101 | 11110 | 0 | 110 | 1 | 10101000 | 1011101 | 1010100 |
Color Harmonies of #B0FCED
Complementary color
Monochromatic Colors of #B0FCED
Black with #B0FCED
Text Example
Text Example
White with #B0FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCED; }
p { color: rgb(176,252,237); }
H1.HeaderClassName
{
color: #B0FCED;
}
.AnyTagClassName
{
color: #B0FCED;
}
</style>
background-color css
<style>
a { background-color: #B0FCED; }
a { background-color: rgb(176,252,237); }
div.DivClassName
{
background-color: #B0FCED;
}
.BgClassName
{
background-color: #B0FCED;
}
</style>
border-color css
<style>
span { border-color: #B0FCED; }
span { border-color: rgb(176,252,237); }
td.TdClassName
{
border-color: #B0FCED;
}
.TagClassName
{
border-color: #B0FCED;
}
</style>