Shades of Pale Turquoise #B6EEED
Tints of Pale Turquoise #B6EEED
RGB
CMYK
RGB Variations
Color information
#B6EEED (or 0xB6EEED) is known color: Pale Turquoise. HEX triplet: B6, EE and ED. RGB value is (182,238,237). Sum of RGB (Red+Green+Blue) = 182+238+237=657 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.70% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #B6EEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EEED is #491112. Grayscale: #DDDDDD. Windows color (decimal): -4788499 or 15593142. OLE color: 15593142.
HSL color Cylindrical-coordinate representation of color #B6EEED: hue angle of 178.93º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6EEED is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 182 | 238 | 237 | - |
CMYK | 0.24 | 0 | 0.00 | 0.07 |
HSL | 178.93º | 0.62% | 0.82% | - |
HSV(B) | 178.93º | 0.24% | 0.93% | - |
XYZ | 65.15 | 77.21 | 91.59 | - |
YUV | 221.14 | 136.95 | 100.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 238 | 237 | 0.24 | 0 | 0.00 | 0.07 | 178.93 | 0.62 | 0.82 |
Hex | B6 | EE | ED | 18 | 0 | 0 | 7 | B3 | 3E | 52 |
Octal | 266 | 356 | 355 | 30 | 0 | 0 | 7 | 263 | 76 | 122 |
Binary | 10110110 | 11101110 | 11101101 | 11000 | 0 | 0 | 111 | 10110011 | 111110 | 1010010 |
Color Harmonies of #B6EEED
Complementary color
Monochromatic Colors of #B6EEED
Black with #B6EEED
Text Example
Text Example
White with #B6EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EEED; }
p { color: rgb(182,238,237); }
H1.HeaderClassName
{
color: #B6EEED;
}
.AnyTagClassName
{
color: #B6EEED;
}
</style>
background-color css
<style>
a { background-color: #B6EEED; }
a { background-color: rgb(182,238,237); }
div.DivClassName
{
background-color: #B6EEED;
}
.BgClassName
{
background-color: #B6EEED;
}
</style>
border-color css
<style>
span { border-color: #B6EEED; }
span { border-color: rgb(182,238,237); }
td.TdClassName
{
border-color: #B6EEED;
}
.TagClassName
{
border-color: #B6EEED;
}
</style>