Shades of Medium Turquoise #5DCECF
Tints of Medium Turquoise #5DCECF
RGB
CMYK
RGB Variations
Color information
#5DCECF (or 0x5DCECF) is known color: Medium Turquoise. HEX triplet: 5D, CE and CF. RGB value is (93,206,207). Sum of RGB (Red+Green+Blue) = 93+206+207=506 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.38% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #5DCECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCECF is #A23130. Grayscale: #ACACAC. Windows color (decimal): -10629425 or 13618781. OLE color: 13618781.
HSL color Cylindrical-coordinate representation of color #5DCECF: hue angle of 180.53º 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 #5DCECF is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 207 | - |
| CMYK | 0.55 | 0.00 | 0 | 0.19 |
| HSL | 180.53º | 0.54% | 0.59% | - |
| HSV(B) | 180.53º | 0.55% | 0.81% | - |
| XYZ | 37.85 | 50.97 | 66.88 | - |
| YUV | 172.33 | 147.56 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 207 | 0.55 | 0.00 | 0 | 0.19 | 180.53 | 0.54 | 0.59 |
| Hex | 5D | CE | CF | 37 | 0 | 0 | 13 | B5 | 36 | 3B |
| Octal | 135 | 316 | 317 | 67 | 0 | 0 | 23 | 265 | 66 | 73 |
| Binary | 1011101 | 11001110 | 11001111 | 110111 | 0 | 0 | 10011 | 10110101 | 110110 | 111011 |
Color Harmonies of #5DCECF
Complementary color
Monochromatic Colors of #5DCECF
Black with #5DCECF
Text Example
Text Example
White with #5DCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCECF; }
p { color: rgb(93,206,207); }
H1.HeaderClassName
{
color: #5DCECF;
}
.AnyTagClassName
{
color: #5DCECF;
}
</style>
background-color css
<style>
a { background-color: #5DCECF; }
a { background-color: rgb(93,206,207); }
div.DivClassName
{
background-color: #5DCECF;
}
.BgClassName
{
background-color: #5DCECF;
}
</style>
border-color css
<style>
span { border-color: #5DCECF; }
span { border-color: rgb(93,206,207); }
td.TdClassName
{
border-color: #5DCECF;
}
.TagClassName
{
border-color: #5DCECF;
}
</style>