Shades of Pale Turquoise #B2EDED
Tints of Pale Turquoise #B2EDED
RGB
CMYK
RGB Variations
Color information
#B2EDED (or 0xB2EDED) is known color: Pale Turquoise. HEX triplet: B2, ED and ED. RGB value is (178,237,237). Sum of RGB (Red+Green+Blue) = 178+237+237=652 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.30% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #B2EDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EDED is #4D1212. Grayscale: #DBDBDB. Windows color (decimal): -5050899 or 15592882. OLE color: 15592882.
HSL color Cylindrical-coordinate representation of color #B2EDED: hue angle of 180º 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 #B2EDED is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 178 | 237 | 237 | - |
CMYK | 0.25 | 0 | 0 | 0.07 |
HSL | 180º | 0.62% | 0.81% | - |
HSV(B) | 180º | 0.25% | 0.93% | - |
XYZ | 63.93 | 76.15 | 91.45 | - |
YUV | 219.36 | 137.95 | 98.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 237 | 237 | 0.25 | 0 | 0 | 0.07 | 180 | 0.62 | 0.81 |
Hex | B2 | ED | ED | 19 | 0 | 0 | 7 | B4 | 3E | 51 |
Octal | 262 | 355 | 355 | 31 | 0 | 0 | 7 | 264 | 76 | 121 |
Binary | 10110010 | 11101101 | 11101101 | 11001 | 0 | 0 | 111 | 10110100 | 111110 | 1010001 |
Color Harmonies of #B2EDED
Complementary color
Monochromatic Colors of #B2EDED
Black with #B2EDED
Text Example
Text Example
White with #B2EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EDED; }
p { color: rgb(178,237,237); }
H1.HeaderClassName
{
color: #B2EDED;
}
.AnyTagClassName
{
color: #B2EDED;
}
</style>
background-color css
<style>
a { background-color: #B2EDED; }
a { background-color: rgb(178,237,237); }
div.DivClassName
{
background-color: #B2EDED;
}
.BgClassName
{
background-color: #B2EDED;
}
</style>
border-color css
<style>
span { border-color: #B2EDED; }
span { border-color: rgb(178,237,237); }
td.TdClassName
{
border-color: #B2EDED;
}
.TagClassName
{
border-color: #B2EDED;
}
</style>