Shades of Medium Turquoise #5DC8CF
Tints of Medium Turquoise #5DC8CF
RGB
CMYK
RGB Variations
Color information
#5DC8CF (or 0x5DC8CF) is known color: Medium Turquoise. HEX triplet: 5D, C8 and CF. RGB value is (93,200,207). Sum of RGB (Red+Green+Blue) = 93+200+207=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #5DC8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC8CF is #A23730. Grayscale: #A8A8A8. Windows color (decimal): -10630961 or 13617245. OLE color: 13617245.
HSL color Cylindrical-coordinate representation of color #5DC8CF: hue angle of 183.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DC8CF is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 200 | 207 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.19 |
| HSL | 183.68º | 0.54% | 0.59% | - |
| HSV(B) | 183.68º | 0.55% | 0.81% | - |
| XYZ | 36.43 | 48.14 | 66.4 | - |
| YUV | 168.81 | 149.55 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 207 | 0.55 | 0.03 | 0 | 0.19 | 183.68 | 0.54 | 0.59 |
| Hex | 5D | C8 | CF | 37 | 3 | 0 | 13 | B8 | 36 | 3B |
| Octal | 135 | 310 | 317 | 67 | 3 | 0 | 23 | 270 | 66 | 73 |
| Binary | 1011101 | 11001000 | 11001111 | 110111 | 11 | 0 | 10011 | 10111000 | 110110 | 111011 |
Color Harmonies of #5DC8CF
Complementary color
Monochromatic Colors of #5DC8CF
Black with #5DC8CF
Text Example
Text Example
White with #5DC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC8CF; }
p { color: rgb(93,200,207); }
H1.HeaderClassName
{
color: #5DC8CF;
}
.AnyTagClassName
{
color: #5DC8CF;
}
</style>
background-color css
<style>
a { background-color: #5DC8CF; }
a { background-color: rgb(93,200,207); }
div.DivClassName
{
background-color: #5DC8CF;
}
.BgClassName
{
background-color: #5DC8CF;
}
</style>
border-color css
<style>
span { border-color: #5DC8CF; }
span { border-color: rgb(93,200,207); }
td.TdClassName
{
border-color: #5DC8CF;
}
.TagClassName
{
border-color: #5DC8CF;
}
</style>