Shades of Pale Turquoise #B0EDEC
Tints of Pale Turquoise #B0EDEC
RGB
CMYK
RGB Variations
Color information
#B0EDEC (or 0xB0EDEC) is known color: Pale Turquoise. HEX triplet: B0, ED and EC. RGB value is (176,237,236). Sum of RGB (Red+Green+Blue) = 176+237+236=649 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.12% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EDEC is #4F1213. Grayscale: #DADADA. Windows color (decimal): -5181972 or 15527344. OLE color: 15527344.
HSL color Cylindrical-coordinate representation of color #B0EDEC: hue angle of 179.02º 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 #B0EDEC is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 176 | 237 | 236 | - |
CMYK | 0.26 | 0 | 0.00 | 0.07 |
HSL | 179.02º | 0.63% | 0.81% | - |
HSV(B) | 179.02º | 0.26% | 0.93% | - |
XYZ | 63.33 | 75.85 | 90.66 | - |
YUV | 218.65 | 137.79 | 97.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 237 | 236 | 0.26 | 0 | 0.00 | 0.07 | 179.02 | 0.63 | 0.81 |
Hex | B0 | ED | EC | 1A | 0 | 0 | 7 | B3 | 3F | 51 |
Octal | 260 | 355 | 354 | 32 | 0 | 0 | 7 | 263 | 77 | 121 |
Binary | 10110000 | 11101101 | 11101100 | 11010 | 0 | 0 | 111 | 10110011 | 111111 | 1010001 |
Color Harmonies of #B0EDEC
Complementary color
Monochromatic Colors of #B0EDEC
Black with #B0EDEC
Text Example
Text Example
White with #B0EDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDEC; }
p { color: rgb(176,237,236); }
H1.HeaderClassName
{
color: #B0EDEC;
}
.AnyTagClassName
{
color: #B0EDEC;
}
</style>
background-color css
<style>
a { background-color: #B0EDEC; }
a { background-color: rgb(176,237,236); }
div.DivClassName
{
background-color: #B0EDEC;
}
.BgClassName
{
background-color: #B0EDEC;
}
</style>
border-color css
<style>
span { border-color: #B0EDEC; }
span { border-color: rgb(176,237,236); }
td.TdClassName
{
border-color: #B0EDEC;
}
.TagClassName
{
border-color: #B0EDEC;
}
</style>