Shades of Pale Turquoise #B0ECED
Tints of Pale Turquoise #B0ECED
RGB
CMYK
RGB Variations
Color information
#B0ECED (or 0xB0ECED) is known color: Pale Turquoise. HEX triplet: B0, EC and ED. RGB value is (176,236,237). Sum of RGB (Red+Green+Blue) = 176+236+237=649 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.12% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0ECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0ECED is #4F1312. Grayscale: #DADADA. Windows color (decimal): -5182227 or 15592624. OLE color: 15592624.
HSL color Cylindrical-coordinate representation of color #B0ECED: hue angle of 180.98º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0ECED is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 176 | 236 | 237 | - |
CMYK | 0.26 | 0.00 | 0 | 0.07 |
HSL | 180.98º | 0.63% | 0.81% | - |
HSV(B) | 180.98º | 0.26% | 0.93% | - |
XYZ | 63.19 | 75.34 | 91.33 | - |
YUV | 218.17 | 138.62 | 97.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 236 | 237 | 0.26 | 0.00 | 0 | 0.07 | 180.98 | 0.63 | 0.81 |
Hex | B0 | EC | ED | 1A | 0 | 0 | 7 | B5 | 3F | 51 |
Octal | 260 | 354 | 355 | 32 | 0 | 0 | 7 | 265 | 77 | 121 |
Binary | 10110000 | 11101100 | 11101101 | 11010 | 0 | 0 | 111 | 10110101 | 111111 | 1010001 |
Color Harmonies of #B0ECED
Complementary color
Monochromatic Colors of #B0ECED
Black with #B0ECED
Text Example
Text Example
White with #B0ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ECED; }
p { color: rgb(176,236,237); }
H1.HeaderClassName
{
color: #B0ECED;
}
.AnyTagClassName
{
color: #B0ECED;
}
</style>
background-color css
<style>
a { background-color: #B0ECED; }
a { background-color: rgb(176,236,237); }
div.DivClassName
{
background-color: #B0ECED;
}
.BgClassName
{
background-color: #B0ECED;
}
</style>
border-color css
<style>
span { border-color: #B0ECED; }
span { border-color: rgb(176,236,237); }
td.TdClassName
{
border-color: #B0ECED;
}
.TagClassName
{
border-color: #B0ECED;
}
</style>