Shades of Pale Turquoise #B0EDF0
Tints of Pale Turquoise #B0EDF0
RGB
CMYK
RGB Variations
Color information
#B0EDF0 (or 0xB0EDF0) is known color: Pale Turquoise. HEX triplet: B0, ED and F0. RGB value is (176,237,240). Sum of RGB (Red+Green+Blue) = 176+237+240=653 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.95% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0EDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EDF0 is #4F120F. Grayscale: #DBDBDB. Windows color (decimal): -5181968 or 15789488. OLE color: 15789488.
HSL color Cylindrical-coordinate representation of color #B0EDF0: hue angle of 182.81º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0EDF0 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 237 | 240 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.06 |
| HSL | 182.81º | 0.68% | 0.82% | - |
| HSV(B) | 182.81º | 0.27% | 0.94% | - |
| XYZ | 63.92 | 76.09 | 93.76 | - |
| YUV | 219.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 240 | 0.27 | 0.01 | 0 | 0.06 | 182.81 | 0.68 | 0.82 |
| Hex | B0 | ED | F0 | 1B | 1 | 0 | 6 | B7 | 44 | 52 |
| Octal | 260 | 355 | 360 | 33 | 1 | 0 | 6 | 267 | 104 | 122 |
| Binary | 10110000 | 11101101 | 11110000 | 11011 | 1 | 0 | 110 | 10110111 | 1000100 | 1010010 |
Color Harmonies of #B0EDF0
Complementary color
Monochromatic Colors of #B0EDF0
Black with #B0EDF0
Text Example
Text Example
White with #B0EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDF0; }
p { color: rgb(176,237,240); }
H1.HeaderClassName
{
color: #B0EDF0;
}
.AnyTagClassName
{
color: #B0EDF0;
}
</style>
background-color css
<style>
a { background-color: #B0EDF0; }
a { background-color: rgb(176,237,240); }
div.DivClassName
{
background-color: #B0EDF0;
}
.BgClassName
{
background-color: #B0EDF0;
}
</style>
border-color css
<style>
span { border-color: #B0EDF0; }
span { border-color: rgb(176,237,240); }
td.TdClassName
{
border-color: #B0EDF0;
}
.TagClassName
{
border-color: #B0EDF0;
}
</style>