Shades of Turquoise #51DFC3
Tints of Turquoise #51DFC3
RGB
CMYK
RGB Variations
Color information
#51DFC3 (or 0x51DFC3) is known color: Turquoise. HEX triplet: 51, DF and C3. RGB value is (81,223,195). Sum of RGB (Red+Green+Blue) = 81+223+195=499 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.23% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #51DFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DFC3 is #AE203C. Grayscale: #B1B1B1. Windows color (decimal): -11411517 or 12836689. OLE color: 12836689.
HSL color Cylindrical-coordinate representation of color #51DFC3: hue angle of 168.17º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DFC3 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 223 | 195 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.13 |
| HSL | 168.17º | 0.69% | 0.6% | - |
| HSV(B) | 168.17º | 0.64% | 0.87% | - |
| XYZ | 39.63 | 58.46 | 60.83 | - |
| YUV | 177.35 | 137.96 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 223 | 195 | 0.64 | 0 | 0.13 | 0.13 | 168.17 | 0.69 | 0.6 |
| Hex | 51 | DF | C3 | 40 | 0 | D | D | A8 | 45 | 3C |
| Octal | 121 | 337 | 303 | 100 | 0 | 15 | 15 | 250 | 105 | 74 |
| Binary | 1010001 | 11011111 | 11000011 | 1000000 | 0 | 1101 | 1101 | 10101000 | 1000101 | 111100 |
Color Harmonies of #51DFC3
Complementary color
Monochromatic Colors of #51DFC3
Black with #51DFC3
Text Example
Text Example
White with #51DFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DFC3; }
p { color: rgb(81,223,195); }
H1.HeaderClassName
{
color: #51DFC3;
}
.AnyTagClassName
{
color: #51DFC3;
}
</style>
background-color css
<style>
a { background-color: #51DFC3; }
a { background-color: rgb(81,223,195); }
div.DivClassName
{
background-color: #51DFC3;
}
.BgClassName
{
background-color: #51DFC3;
}
</style>
border-color css
<style>
span { border-color: #51DFC3; }
span { border-color: rgb(81,223,195); }
td.TdClassName
{
border-color: #51DFC3;
}
.TagClassName
{
border-color: #51DFC3;
}
</style>