Shades of Turquoise #51E6C3
Tints of Turquoise #51E6C3
RGB
CMYK
RGB Variations
Color information
#51E6C3 (or 0x51E6C3) is known color: Turquoise. HEX triplet: 51, E6 and C3. RGB value is (81,230,195). Sum of RGB (Red+Green+Blue) = 81+230+195=506 (67% of max value = 765). Red value is 81 (32.03% from 255 or 16.01% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #51E6C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E6C3 is #AE193C. Grayscale: #B5B5B5. Windows color (decimal): -11409725 or 12838481. OLE color: 12838481.
HSL color Cylindrical-coordinate representation of color #51E6C3: hue angle of 165.91º degrees, saturation: 0.75, 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 #51E6C3 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 230 | 195 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.10 |
| HSL | 165.91º | 0.75% | 0.61% | - |
| HSV(B) | 165.91º | 0.65% | 0.9% | - |
| XYZ | 41.54 | 62.28 | 61.46 | - |
| YUV | 181.46 | 135.64 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 230 | 195 | 0.65 | 0 | 0.15 | 0.10 | 165.91 | 0.75 | 0.61 |
| Hex | 51 | E6 | C3 | 41 | 0 | F | A | A6 | 4B | 3D |
| Octal | 121 | 346 | 303 | 101 | 0 | 17 | 12 | 246 | 113 | 75 |
| Binary | 1010001 | 11100110 | 11000011 | 1000001 | 0 | 1111 | 1010 | 10100110 | 1001011 | 111101 |
Color Harmonies of #51E6C3
Complementary color
Monochromatic Colors of #51E6C3
Black with #51E6C3
Text Example
Text Example
White with #51E6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E6C3; }
p { color: rgb(81,230,195); }
H1.HeaderClassName
{
color: #51E6C3;
}
.AnyTagClassName
{
color: #51E6C3;
}
</style>
background-color css
<style>
a { background-color: #51E6C3; }
a { background-color: rgb(81,230,195); }
div.DivClassName
{
background-color: #51E6C3;
}
.BgClassName
{
background-color: #51E6C3;
}
</style>
border-color css
<style>
span { border-color: #51E6C3; }
span { border-color: rgb(81,230,195); }
td.TdClassName
{
border-color: #51E6C3;
}
.TagClassName
{
border-color: #51E6C3;
}
</style>