Shades of Turquoise #51EECF
Tints of Turquoise #51EECF
RGB
CMYK
RGB Variations
Color information
#51EECF (or 0x51EECF) is known color: Turquoise. HEX triplet: 51, EE and CF. RGB value is (81,238,207). Sum of RGB (Red+Green+Blue) = 81+238+207=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #51EECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EECF is #AE1130. Grayscale: #BBBBBB. Windows color (decimal): -11407665 or 13626961. OLE color: 13626961.
HSL color Cylindrical-coordinate representation of color #51EECF: hue angle of 168.15º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EECF is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 238 | 207 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.07 |
| HSL | 168.15º | 0.82% | 0.63% | - |
| HSV(B) | 168.15º | 0.66% | 0.93% | - |
| XYZ | 45.23 | 67.4 | 69.66 | - |
| YUV | 187.52 | 138.99 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 238 | 207 | 0.66 | 0 | 0.13 | 0.07 | 168.15 | 0.82 | 0.63 |
| Hex | 51 | EE | CF | 42 | 0 | D | 7 | A8 | 52 | 3F |
| Octal | 121 | 356 | 317 | 102 | 0 | 15 | 7 | 250 | 122 | 77 |
| Binary | 1010001 | 11101110 | 11001111 | 1000010 | 0 | 1101 | 111 | 10101000 | 1010010 | 111111 |
Color Harmonies of #51EECF
Complementary color
Monochromatic Colors of #51EECF
Black with #51EECF
Text Example
Text Example
White with #51EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EECF; }
p { color: rgb(81,238,207); }
H1.HeaderClassName
{
color: #51EECF;
}
.AnyTagClassName
{
color: #51EECF;
}
</style>
background-color css
<style>
a { background-color: #51EECF; }
a { background-color: rgb(81,238,207); }
div.DivClassName
{
background-color: #51EECF;
}
.BgClassName
{
background-color: #51EECF;
}
</style>
border-color css
<style>
span { border-color: #51EECF; }
span { border-color: rgb(81,238,207); }
td.TdClassName
{
border-color: #51EECF;
}
.TagClassName
{
border-color: #51EECF;
}
</style>