Shades of Turquoise #51E5CC
Tints of Turquoise #51E5CC
RGB
CMYK
RGB Variations
Color information
#51E5CC (or 0x51E5CC) is known color: Turquoise. HEX triplet: 51, E5 and CC. RGB value is (81,229,204). Sum of RGB (Red+Green+Blue) = 81+229+204=514 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.76% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #51E5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E5CC is #AE1A33. Grayscale: #B5B5B5. Windows color (decimal): -11409972 or 13428049. OLE color: 13428049.
HSL color Cylindrical-coordinate representation of color #51E5CC: hue angle of 169.86º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E5CC is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 81 | 229 | 204 | - |
CMYK | 0.65 | 0 | 0.11 | 0.10 |
HSL | 169.86º | 0.74% | 0.61% | - |
HSV(B) | 169.86º | 0.65% | 0.9% | - |
XYZ | 42.31 | 62.15 | 66.89 | - |
YUV | 181.9 | 140.47 | 56.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 229 | 204 | 0.65 | 0 | 0.11 | 0.10 | 169.86 | 0.74 | 0.61 |
Hex | 51 | E5 | CC | 41 | 0 | B | A | AA | 4A | 3D |
Octal | 121 | 345 | 314 | 101 | 0 | 13 | 12 | 252 | 112 | 75 |
Binary | 1010001 | 11100101 | 11001100 | 1000001 | 0 | 1011 | 1010 | 10101010 | 1001010 | 111101 |
Color Harmonies of #51E5CC
Complementary color
Monochromatic Colors of #51E5CC
Black with #51E5CC
Text Example
Text Example
White with #51E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E5CC; }
p { color: rgb(81,229,204); }
H1.HeaderClassName
{
color: #51E5CC;
}
.AnyTagClassName
{
color: #51E5CC;
}
</style>
background-color css
<style>
a { background-color: #51E5CC; }
a { background-color: rgb(81,229,204); }
div.DivClassName
{
background-color: #51E5CC;
}
.BgClassName
{
background-color: #51E5CC;
}
</style>
border-color css
<style>
span { border-color: #51E5CC; }
span { border-color: rgb(81,229,204); }
td.TdClassName
{
border-color: #51E5CC;
}
.TagClassName
{
border-color: #51E5CC;
}
</style>