Shades of Pale Turquoise #B0EDED
Tints of Pale Turquoise #B0EDED
RGB
CMYK
RGB Variations
Color information
#B0EDED (or 0xB0EDED) is known color: Pale Turquoise. HEX triplet: B0, ED and ED. RGB value is (176,237,237). Sum of RGB (Red+Green+Blue) = 176+237+237=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #B0EDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EDED is #4F1212. Grayscale: #DADADA. Windows color (decimal): -5181971 or 15592880. OLE color: 15592880.
HSL color Cylindrical-coordinate representation of color #B0EDED: hue angle of 180º 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 #B0EDED is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 176 | 237 | 237 | - |
CMYK | 0.26 | 0 | 0 | 0.07 |
HSL | 180º | 0.63% | 0.81% | - |
HSV(B) | 180º | 0.26% | 0.93% | - |
XYZ | 63.47 | 75.91 | 91.43 | - |
YUV | 218.76 | 138.29 | 97.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 237 | 237 | 0.26 | 0 | 0 | 0.07 | 180 | 0.63 | 0.81 |
Hex | B0 | ED | ED | 1A | 0 | 0 | 7 | B4 | 3F | 51 |
Octal | 260 | 355 | 355 | 32 | 0 | 0 | 7 | 264 | 77 | 121 |
Binary | 10110000 | 11101101 | 11101101 | 11010 | 0 | 0 | 111 | 10110100 | 111111 | 1010001 |
Color Harmonies of #B0EDED
Complementary color
Monochromatic Colors of #B0EDED
Black with #B0EDED
Text Example
Text Example
White with #B0EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDED; }
p { color: rgb(176,237,237); }
H1.HeaderClassName
{
color: #B0EDED;
}
.AnyTagClassName
{
color: #B0EDED;
}
</style>
background-color css
<style>
a { background-color: #B0EDED; }
a { background-color: rgb(176,237,237); }
div.DivClassName
{
background-color: #B0EDED;
}
.BgClassName
{
background-color: #B0EDED;
}
</style>
border-color css
<style>
span { border-color: #B0EDED; }
span { border-color: rgb(176,237,237); }
td.TdClassName
{
border-color: #B0EDED;
}
.TagClassName
{
border-color: #B0EDED;
}
</style>