Shades of Medium Turquoise #5DCCCF
Tints of Medium Turquoise #5DCCCF
RGB
CMYK
RGB Variations
Color information
#5DCCCF (or 0x5DCCCF) is known color: Medium Turquoise. HEX triplet: 5D, CC and CF. RGB value is (93,204,207). Sum of RGB (Red+Green+Blue) = 93+204+207=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #5DCCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCCCF is #A23330. Grayscale: #ABABAB. Windows color (decimal): -10629937 or 13618269. OLE color: 13618269.
HSL color Cylindrical-coordinate representation of color #5DCCCF: hue angle of 181.58º 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 #5DCCCF is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 204 | 207 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.19 |
| HSL | 181.58º | 0.54% | 0.59% | - |
| HSV(B) | 181.58º | 0.55% | 0.81% | - |
| XYZ | 37.37 | 50.02 | 66.72 | - |
| YUV | 171.15 | 148.23 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 207 | 0.55 | 0.01 | 0 | 0.19 | 181.58 | 0.54 | 0.59 |
| Hex | 5D | CC | CF | 37 | 1 | 0 | 13 | B6 | 36 | 3B |
| Octal | 135 | 314 | 317 | 67 | 1 | 0 | 23 | 266 | 66 | 73 |
| Binary | 1011101 | 11001100 | 11001111 | 110111 | 1 | 0 | 10011 | 10110110 | 110110 | 111011 |
Color Harmonies of #5DCCCF
Complementary color
Monochromatic Colors of #5DCCCF
Black with #5DCCCF
Text Example
Text Example
White with #5DCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCCCF; }
p { color: rgb(93,204,207); }
H1.HeaderClassName
{
color: #5DCCCF;
}
.AnyTagClassName
{
color: #5DCCCF;
}
</style>
background-color css
<style>
a { background-color: #5DCCCF; }
a { background-color: rgb(93,204,207); }
div.DivClassName
{
background-color: #5DCCCF;
}
.BgClassName
{
background-color: #5DCCCF;
}
</style>
border-color css
<style>
span { border-color: #5DCCCF; }
span { border-color: rgb(93,204,207); }
td.TdClassName
{
border-color: #5DCCCF;
}
.TagClassName
{
border-color: #5DCCCF;
}
</style>