Shades of Turquoise #5DF3CC
Tints of Turquoise #5DF3CC
RGB
CMYK
RGB Variations
Color information
#5DF3CC (or 0x5DF3CC) is known color: Turquoise. HEX triplet: 5D, F3 and CC. RGB value is (93,243,204). Sum of RGB (Red+Green+Blue) = 93+243+204=540 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.22% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF3CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF3CC is #A20C33. Grayscale: #C1C1C1. Windows color (decimal): -10619956 or 13431645. OLE color: 13431645.
HSL color Cylindrical-coordinate representation of color #5DF3CC: hue angle of 164.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF3CC is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 204 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.05 |
| HSL | 164.4º | 0.86% | 0.66% | - |
| HSV(B) | 164.4º | 0.62% | 0.95% | - |
| XYZ | 47.46 | 70.79 | 68.29 | - |
| YUV | 193.7 | 133.81 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 204 | 0.62 | 0 | 0.16 | 0.05 | 164.4 | 0.86 | 0.66 |
| Hex | 5D | F3 | CC | 3E | 0 | 10 | 5 | A4 | 56 | 42 |
| Octal | 135 | 363 | 314 | 76 | 0 | 20 | 5 | 244 | 126 | 102 |
| Binary | 1011101 | 11110011 | 11001100 | 111110 | 0 | 10000 | 101 | 10100100 | 1010110 | 1000010 |
Color Harmonies of #5DF3CC
Complementary color
Monochromatic Colors of #5DF3CC
Black with #5DF3CC
Text Example
Text Example
White with #5DF3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF3CC; }
p { color: rgb(93,243,204); }
H1.HeaderClassName
{
color: #5DF3CC;
}
.AnyTagClassName
{
color: #5DF3CC;
}
</style>
background-color css
<style>
a { background-color: #5DF3CC; }
a { background-color: rgb(93,243,204); }
div.DivClassName
{
background-color: #5DF3CC;
}
.BgClassName
{
background-color: #5DF3CC;
}
</style>
border-color css
<style>
span { border-color: #5DF3CC; }
span { border-color: rgb(93,243,204); }
td.TdClassName
{
border-color: #5DF3CC;
}
.TagClassName
{
border-color: #5DF3CC;
}
</style>