Shades of Turquoise #5DE9CC
Tints of Turquoise #5DE9CC
RGB
CMYK
RGB Variations
Color information
#5DE9CC (or 0x5DE9CC) is known color: Turquoise. HEX triplet: 5D, E9 and CC. RGB value is (93,233,204). Sum of RGB (Red+Green+Blue) = 93+233+204=530 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.55% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #5DE9CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE9CC is #A21633. Grayscale: #BBBBBB. Windows color (decimal): -10622516 or 13429085. OLE color: 13429085.
HSL color Cylindrical-coordinate representation of color #5DE9CC: hue angle of 167.57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE9CC is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 233 | 204 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.09 |
| HSL | 167.57º | 0.76% | 0.64% | - |
| HSV(B) | 167.57º | 0.6% | 0.91% | - |
| XYZ | 44.55 | 64.96 | 67.32 | - |
| YUV | 187.83 | 137.12 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 233 | 204 | 0.60 | 0 | 0.12 | 0.09 | 167.57 | 0.76 | 0.64 |
| Hex | 5D | E9 | CC | 3C | 0 | C | 9 | A8 | 4C | 40 |
| Octal | 135 | 351 | 314 | 74 | 0 | 14 | 11 | 250 | 114 | 100 |
| Binary | 1011101 | 11101001 | 11001100 | 111100 | 0 | 1100 | 1001 | 10101000 | 1001100 | 1000000 |
Color Harmonies of #5DE9CC
Complementary color
Monochromatic Colors of #5DE9CC
Black with #5DE9CC
Text Example
Text Example
White with #5DE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE9CC; }
p { color: rgb(93,233,204); }
H1.HeaderClassName
{
color: #5DE9CC;
}
.AnyTagClassName
{
color: #5DE9CC;
}
</style>
background-color css
<style>
a { background-color: #5DE9CC; }
a { background-color: rgb(93,233,204); }
div.DivClassName
{
background-color: #5DE9CC;
}
.BgClassName
{
background-color: #5DE9CC;
}
</style>
border-color css
<style>
span { border-color: #5DE9CC; }
span { border-color: rgb(93,233,204); }
td.TdClassName
{
border-color: #5DE9CC;
}
.TagClassName
{
border-color: #5DE9CC;
}
</style>