Shades of Pale Turquoise #B5F0EC
Tints of Pale Turquoise #B5F0EC
RGB
CMYK
RGB Variations
Color information
#B5F0EC (or 0xB5F0EC) is known color: Pale Turquoise. HEX triplet: B5, F0 and EC. RGB value is (181,240,236). Sum of RGB (Red+Green+Blue) = 181+240+236=657 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.55% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F0EC is #4A0F13. Grayscale: #DDDDDD. Windows color (decimal): -4853524 or 15528117. OLE color: 15528117.
HSL color Cylindrical-coordinate representation of color #B5F0EC: hue angle of 175.93º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F0EC is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 181 | 240 | 236 | - |
CMYK | 0.25 | 0 | 0.02 | 0.06 |
HSL | 175.93º | 0.66% | 0.83% | - |
HSV(B) | 175.93º | 0.25% | 0.94% | - |
XYZ | 65.36 | 78.2 | 91.01 | - |
YUV | 221.9 | 135.95 | 98.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 240 | 236 | 0.25 | 0 | 0.02 | 0.06 | 175.93 | 0.66 | 0.83 |
Hex | B5 | F0 | EC | 19 | 0 | 2 | 6 | B0 | 42 | 53 |
Octal | 265 | 360 | 354 | 31 | 0 | 2 | 6 | 260 | 102 | 123 |
Binary | 10110101 | 11110000 | 11101100 | 11001 | 0 | 10 | 110 | 10110000 | 1000010 | 1010011 |
Color Harmonies of #B5F0EC
Complementary color
Monochromatic Colors of #B5F0EC
Black with #B5F0EC
Text Example
Text Example
White with #B5F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F0EC; }
p { color: rgb(181,240,236); }
H1.HeaderClassName
{
color: #B5F0EC;
}
.AnyTagClassName
{
color: #B5F0EC;
}
</style>
background-color css
<style>
a { background-color: #B5F0EC; }
a { background-color: rgb(181,240,236); }
div.DivClassName
{
background-color: #B5F0EC;
}
.BgClassName
{
background-color: #B5F0EC;
}
</style>
border-color css
<style>
span { border-color: #B5F0EC; }
span { border-color: rgb(181,240,236); }
td.TdClassName
{
border-color: #B5F0EC;
}
.TagClassName
{
border-color: #B5F0EC;
}
</style>