Shades of Pale Turquoise #B2ECED
Tints of Pale Turquoise #B2ECED
RGB
CMYK
RGB Variations
Color information
#B2ECED (or 0xB2ECED) is known color: Pale Turquoise. HEX triplet: B2, EC and ED. RGB value is (178,236,237). Sum of RGB (Red+Green+Blue) = 178+236+237=651 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.34% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2ECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2ECED is #4D1312. Grayscale: #DADADA. Windows color (decimal): -5051155 or 15592626. OLE color: 15592626.
HSL color Cylindrical-coordinate representation of color #B2ECED: hue angle of 181.02º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2ECED is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 178 | 236 | 237 | - |
CMYK | 0.25 | 0.00 | 0 | 0.07 |
HSL | 181.02º | 0.62% | 0.81% | - |
HSV(B) | 181.02º | 0.25% | 0.93% | - |
XYZ | 63.64 | 75.57 | 91.35 | - |
YUV | 218.77 | 138.28 | 98.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 236 | 237 | 0.25 | 0.00 | 0 | 0.07 | 181.02 | 0.62 | 0.81 |
Hex | B2 | EC | ED | 19 | 0 | 0 | 7 | B5 | 3E | 51 |
Octal | 262 | 354 | 355 | 31 | 0 | 0 | 7 | 265 | 76 | 121 |
Binary | 10110010 | 11101100 | 11101101 | 11001 | 0 | 0 | 111 | 10110101 | 111110 | 1010001 |
Color Harmonies of #B2ECED
Complementary color
Monochromatic Colors of #B2ECED
Black with #B2ECED
Text Example
Text Example
White with #B2ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ECED; }
p { color: rgb(178,236,237); }
H1.HeaderClassName
{
color: #B2ECED;
}
.AnyTagClassName
{
color: #B2ECED;
}
</style>
background-color css
<style>
a { background-color: #B2ECED; }
a { background-color: rgb(178,236,237); }
div.DivClassName
{
background-color: #B2ECED;
}
.BgClassName
{
background-color: #B2ECED;
}
</style>
border-color css
<style>
span { border-color: #B2ECED; }
span { border-color: rgb(178,236,237); }
td.TdClassName
{
border-color: #B2ECED;
}
.TagClassName
{
border-color: #B2ECED;
}
</style>