Shades of Pale Turquoise #B7F0EC
Tints of Pale Turquoise #B7F0EC
RGB
CMYK
RGB Variations
Color information
#B7F0EC (or 0xB7F0EC) is known color: Pale Turquoise. HEX triplet: B7, F0 and EC. RGB value is (183,240,236). Sum of RGB (Red+Green+Blue) = 183+240+236=659 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.77% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 240 - color contains mainly: green. Hex color #B7F0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F0EC is #480F13. Grayscale: #DEDEDE. Windows color (decimal): -4722452 or 15528119. OLE color: 15528119.
HSL color Cylindrical-coordinate representation of color #B7F0EC: hue angle of 175.79º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F0EC is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 183 | 240 | 236 | - |
CMYK | 0.24 | 0 | 0.02 | 0.06 |
HSL | 175.79º | 0.66% | 0.83% | - |
HSV(B) | 175.79º | 0.24% | 0.94% | - |
XYZ | 65.83 | 78.44 | 91.03 | - |
YUV | 222.5 | 135.62 | 99.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 240 | 236 | 0.24 | 0 | 0.02 | 0.06 | 175.79 | 0.66 | 0.83 |
Hex | B7 | F0 | EC | 18 | 0 | 2 | 6 | B0 | 42 | 53 |
Octal | 267 | 360 | 354 | 30 | 0 | 2 | 6 | 260 | 102 | 123 |
Binary | 10110111 | 11110000 | 11101100 | 11000 | 0 | 10 | 110 | 10110000 | 1000010 | 1010011 |
Color Harmonies of #B7F0EC
Complementary color
Monochromatic Colors of #B7F0EC
Black with #B7F0EC
Text Example
Text Example
White with #B7F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F0EC; }
p { color: rgb(183,240,236); }
H1.HeaderClassName
{
color: #B7F0EC;
}
.AnyTagClassName
{
color: #B7F0EC;
}
</style>
background-color css
<style>
a { background-color: #B7F0EC; }
a { background-color: rgb(183,240,236); }
div.DivClassName
{
background-color: #B7F0EC;
}
.BgClassName
{
background-color: #B7F0EC;
}
</style>
border-color css
<style>
span { border-color: #B7F0EC; }
span { border-color: rgb(183,240,236); }
td.TdClassName
{
border-color: #B7F0EC;
}
.TagClassName
{
border-color: #B7F0EC;
}
</style>