Shades of Pale Turquoise #B0EDF1
Tints of Pale Turquoise #B0EDF1
RGB
CMYK
RGB Variations
Color information
#B0EDF1 (or 0xB0EDF1) is known color: Pale Turquoise. HEX triplet: B0, ED and F1. RGB value is (176,237,241). Sum of RGB (Red+Green+Blue) = 176+237+241=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0EDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EDF1 is #4F120E. Grayscale: #DBDBDB. Windows color (decimal): -5181967 or 15855024. OLE color: 15855024.
HSL color Cylindrical-coordinate representation of color #B0EDF1: hue angle of 183.69º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0EDF1 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 237 | 241 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.05 |
| HSL | 183.69º | 0.7% | 0.82% | - |
| HSV(B) | 183.69º | 0.27% | 0.95% | - |
| XYZ | 64.07 | 76.15 | 94.54 | - |
| YUV | 219.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 241 | 0.27 | 0.02 | 0 | 0.05 | 183.69 | 0.7 | 0.82 |
| Hex | B0 | ED | F1 | 1B | 2 | 0 | 5 | B8 | 46 | 52 |
| Octal | 260 | 355 | 361 | 33 | 2 | 0 | 5 | 270 | 106 | 122 |
| Binary | 10110000 | 11101101 | 11110001 | 11011 | 10 | 0 | 101 | 10111000 | 1000110 | 1010010 |
Color Harmonies of #B0EDF1
Complementary color
Monochromatic Colors of #B0EDF1
Black with #B0EDF1
Text Example
Text Example
White with #B0EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDF1; }
p { color: rgb(176,237,241); }
H1.HeaderClassName
{
color: #B0EDF1;
}
.AnyTagClassName
{
color: #B0EDF1;
}
</style>
background-color css
<style>
a { background-color: #B0EDF1; }
a { background-color: rgb(176,237,241); }
div.DivClassName
{
background-color: #B0EDF1;
}
.BgClassName
{
background-color: #B0EDF1;
}
</style>
border-color css
<style>
span { border-color: #B0EDF1; }
span { border-color: rgb(176,237,241); }
td.TdClassName
{
border-color: #B0EDF1;
}
.TagClassName
{
border-color: #B0EDF1;
}
</style>