Shades of Turquoise #5DEFD2
Tints of Turquoise #5DEFD2
RGB
CMYK
RGB Variations
Color information
#5DEFD2 (or 0x5DEFD2) is known color: Turquoise. HEX triplet: 5D, EF and D2. RGB value is (93,239,210). Sum of RGB (Red+Green+Blue) = 93+239+210=542 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.16% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEFD2 is #A2102D. Grayscale: #C0C0C0. Windows color (decimal): -10620974 or 13823837. OLE color: 13823837.
HSL color Cylindrical-coordinate representation of color #5DEFD2: hue angle of 168.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEFD2 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 239 | 210 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.06 |
| HSL | 168.08º | 0.82% | 0.65% | - |
| HSV(B) | 168.08º | 0.61% | 0.94% | - |
| XYZ | 47.01 | 68.71 | 71.76 | - |
| YUV | 192.04 | 138.13 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 239 | 210 | 0.61 | 0 | 0.12 | 0.06 | 168.08 | 0.82 | 0.65 |
| Hex | 5D | EF | D2 | 3D | 0 | C | 6 | A8 | 52 | 41 |
| Octal | 135 | 357 | 322 | 75 | 0 | 14 | 6 | 250 | 122 | 101 |
| Binary | 1011101 | 11101111 | 11010010 | 111101 | 0 | 1100 | 110 | 10101000 | 1010010 | 1000001 |
Color Harmonies of #5DEFD2
Complementary color
Monochromatic Colors of #5DEFD2
Black with #5DEFD2
Text Example
Text Example
White with #5DEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEFD2; }
p { color: rgb(93,239,210); }
H1.HeaderClassName
{
color: #5DEFD2;
}
.AnyTagClassName
{
color: #5DEFD2;
}
</style>
background-color css
<style>
a { background-color: #5DEFD2; }
a { background-color: rgb(93,239,210); }
div.DivClassName
{
background-color: #5DEFD2;
}
.BgClassName
{
background-color: #5DEFD2;
}
</style>
border-color css
<style>
span { border-color: #5DEFD2; }
span { border-color: rgb(93,239,210); }
td.TdClassName
{
border-color: #5DEFD2;
}
.TagClassName
{
border-color: #5DEFD2;
}
</style>