Shades of Turquoise #5DF1CC
Tints of Turquoise #5DF1CC
RGB
CMYK
RGB Variations
Color information
#5DF1CC (or 0x5DF1CC) is known color: Turquoise. HEX triplet: 5D, F1 and CC. RGB value is (93,241,204). Sum of RGB (Red+Green+Blue) = 93+241+204=538 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.29% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF1CC is #A20E33. Grayscale: #C0C0C0. Windows color (decimal): -10620468 or 13431133. OLE color: 13431133.
HSL color Cylindrical-coordinate representation of color #5DF1CC: hue angle of 165º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF1CC is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 204 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.05 |
| HSL | 165º | 0.84% | 0.65% | - |
| HSV(B) | 165º | 0.61% | 0.95% | - |
| XYZ | 46.87 | 69.6 | 68.09 | - |
| YUV | 192.53 | 134.47 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 204 | 0.61 | 0 | 0.15 | 0.05 | 165 | 0.84 | 0.65 |
| Hex | 5D | F1 | CC | 3D | 0 | F | 5 | A5 | 54 | 41 |
| Octal | 135 | 361 | 314 | 75 | 0 | 17 | 5 | 245 | 124 | 101 |
| Binary | 1011101 | 11110001 | 11001100 | 111101 | 0 | 1111 | 101 | 10100101 | 1010100 | 1000001 |
Color Harmonies of #5DF1CC
Complementary color
Monochromatic Colors of #5DF1CC
Black with #5DF1CC
Text Example
Text Example
White with #5DF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF1CC; }
p { color: rgb(93,241,204); }
H1.HeaderClassName
{
color: #5DF1CC;
}
.AnyTagClassName
{
color: #5DF1CC;
}
</style>
background-color css
<style>
a { background-color: #5DF1CC; }
a { background-color: rgb(93,241,204); }
div.DivClassName
{
background-color: #5DF1CC;
}
.BgClassName
{
background-color: #5DF1CC;
}
</style>
border-color css
<style>
span { border-color: #5DF1CC; }
span { border-color: rgb(93,241,204); }
td.TdClassName
{
border-color: #5DF1CC;
}
.TagClassName
{
border-color: #5DF1CC;
}
</style>