Shades of Pale Turquoise #B0EDF5
Tints of Pale Turquoise #B0EDF5
RGB
CMYK
RGB Variations
Color information
#B0EDF5 (or 0xB0EDF5) is known color: Pale Turquoise. HEX triplet: B0, ED and F5. RGB value is (176,237,245). Sum of RGB (Red+Green+Blue) = 176+237+245=658 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.75% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 245 (96.09% from 255 or 37.23% from 658); Max value from RGB is 245 - color contains mainly: blue. Hex color #B0EDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EDF5 is #4F120A. Grayscale: #DBDBDB. Windows color (decimal): -5181963 or 16117168. OLE color: 16117168.
HSL color Cylindrical-coordinate representation of color #B0EDF5: hue angle of 186.96º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0EDF5 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 237 | 245 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.04 |
| HSL | 186.96º | 0.78% | 0.83% | - |
| HSV(B) | 186.96º | 0.28% | 0.96% | - |
| XYZ | 64.67 | 76.39 | 97.72 | - |
| YUV | 219.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 245 | 0.28 | 0.03 | 0 | 0.04 | 186.96 | 0.78 | 0.83 |
| Hex | B0 | ED | F5 | 1C | 3 | 0 | 4 | BB | 4E | 53 |
| Octal | 260 | 355 | 365 | 34 | 3 | 0 | 4 | 273 | 116 | 123 |
| Binary | 10110000 | 11101101 | 11110101 | 11100 | 11 | 0 | 100 | 10111011 | 1001110 | 1010011 |
Color Harmonies of #B0EDF5
Complementary color
Monochromatic Colors of #B0EDF5
Black with #B0EDF5
Text Example
Text Example
White with #B0EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDF5; }
p { color: rgb(176,237,245); }
H1.HeaderClassName
{
color: #B0EDF5;
}
.AnyTagClassName
{
color: #B0EDF5;
}
</style>
background-color css
<style>
a { background-color: #B0EDF5; }
a { background-color: rgb(176,237,245); }
div.DivClassName
{
background-color: #B0EDF5;
}
.BgClassName
{
background-color: #B0EDF5;
}
</style>
border-color css
<style>
span { border-color: #B0EDF5; }
span { border-color: rgb(176,237,245); }
td.TdClassName
{
border-color: #B0EDF5;
}
.TagClassName
{
border-color: #B0EDF5;
}
</style>