Shades of Turquoise #5DF0CF
Tints of Turquoise #5DF0CF
RGB
CMYK
RGB Variations
Color information
#5DF0CF (or 0x5DF0CF) is known color: Turquoise. HEX triplet: 5D, F0 and CF. RGB value is (93,240,207). Sum of RGB (Red+Green+Blue) = 93+240+207=540 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.22% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF0CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF0CF is #A20F30. Grayscale: #C0C0C0. Windows color (decimal): -10620721 or 13627485. OLE color: 13627485.
HSL color Cylindrical-coordinate representation of color #5DF0CF: hue angle of 166.53º degrees, saturation: 0.83, 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 #5DF0CF is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 240 | 207 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.06 |
| HSL | 166.53º | 0.83% | 0.65% | - |
| HSV(B) | 166.53º | 0.61% | 0.94% | - |
| XYZ | 46.94 | 69.15 | 69.91 | - |
| YUV | 192.29 | 136.3 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 240 | 207 | 0.61 | 0 | 0.14 | 0.06 | 166.53 | 0.83 | 0.65 |
| Hex | 5D | F0 | CF | 3D | 0 | E | 6 | A7 | 53 | 41 |
| Octal | 135 | 360 | 317 | 75 | 0 | 16 | 6 | 247 | 123 | 101 |
| Binary | 1011101 | 11110000 | 11001111 | 111101 | 0 | 1110 | 110 | 10100111 | 1010011 | 1000001 |
Color Harmonies of #5DF0CF
Complementary color
Monochromatic Colors of #5DF0CF
Black with #5DF0CF
Text Example
Text Example
White with #5DF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF0CF; }
p { color: rgb(93,240,207); }
H1.HeaderClassName
{
color: #5DF0CF;
}
.AnyTagClassName
{
color: #5DF0CF;
}
</style>
background-color css
<style>
a { background-color: #5DF0CF; }
a { background-color: rgb(93,240,207); }
div.DivClassName
{
background-color: #5DF0CF;
}
.BgClassName
{
background-color: #5DF0CF;
}
</style>
border-color css
<style>
span { border-color: #5DF0CF; }
span { border-color: rgb(93,240,207); }
td.TdClassName
{
border-color: #5DF0CF;
}
.TagClassName
{
border-color: #5DF0CF;
}
</style>