Shades of Pale Turquoise #B8EDED
Tints of Pale Turquoise #B8EDED
RGB
CMYK
RGB Variations
Color information
#B8EDED (or 0xB8EDED) is known color: Pale Turquoise. HEX triplet: B8, ED and ED. RGB value is (184,237,237). Sum of RGB (Red+Green+Blue) = 184+237+237=658 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.96% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #B8EDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EDED is #471212. Grayscale: #DDDDDD. Windows color (decimal): -4657683 or 15592888. OLE color: 15592888.
HSL color Cylindrical-coordinate representation of color #B8EDED: hue angle of 180º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EDED is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 184 | 237 | 237 | - |
CMYK | 0.22 | 0 | 0 | 0.07 |
HSL | 180º | 0.6% | 0.83% | - |
HSV(B) | 180º | 0.22% | 0.93% | - |
XYZ | 65.34 | 76.87 | 91.52 | - |
YUV | 221.15 | 136.94 | 101.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 237 | 237 | 0.22 | 0 | 0 | 0.07 | 180 | 0.6 | 0.83 |
Hex | B8 | ED | ED | 16 | 0 | 0 | 7 | B4 | 3C | 53 |
Octal | 270 | 355 | 355 | 26 | 0 | 0 | 7 | 264 | 74 | 123 |
Binary | 10111000 | 11101101 | 11101101 | 10110 | 0 | 0 | 111 | 10110100 | 111100 | 1010011 |
Color Harmonies of #B8EDED
Complementary color
Monochromatic Colors of #B8EDED
Black with #B8EDED
Text Example
Text Example
White with #B8EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EDED; }
p { color: rgb(184,237,237); }
H1.HeaderClassName
{
color: #B8EDED;
}
.AnyTagClassName
{
color: #B8EDED;
}
</style>
background-color css
<style>
a { background-color: #B8EDED; }
a { background-color: rgb(184,237,237); }
div.DivClassName
{
background-color: #B8EDED;
}
.BgClassName
{
background-color: #B8EDED;
}
</style>
border-color css
<style>
span { border-color: #B8EDED; }
span { border-color: rgb(184,237,237); }
td.TdClassName
{
border-color: #B8EDED;
}
.TagClassName
{
border-color: #B8EDED;
}
</style>