Shades of Medium Turquoise #5CDDCF
Tints of Medium Turquoise #5CDDCF
RGB
CMYK
RGB Variations
Color information
#5CDDCF (or 0x5CDDCF) is known color: Medium Turquoise. HEX triplet: 5C, DD and CF. RGB value is (92,221,207). Sum of RGB (Red+Green+Blue) = 92+221+207=520 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.69% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDDCF is #A32230. Grayscale: #B4B4B4. Windows color (decimal): -10691121 or 13622620. OLE color: 13622620.
HSL color Cylindrical-coordinate representation of color #5CDDCF: hue angle of 173.49º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDDCF is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 207 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.13 |
| HSL | 173.49º | 0.65% | 0.61% | - |
| HSV(B) | 173.49º | 0.58% | 0.87% | - |
| XYZ | 41.53 | 58.49 | 68.13 | - |
| YUV | 180.83 | 142.76 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 207 | 0.58 | 0 | 0.06 | 0.13 | 173.49 | 0.65 | 0.61 |
| Hex | 5C | DD | CF | 3A | 0 | 6 | D | AD | 41 | 3D |
| Octal | 134 | 335 | 317 | 72 | 0 | 6 | 15 | 255 | 101 | 75 |
| Binary | 1011100 | 11011101 | 11001111 | 111010 | 0 | 110 | 1101 | 10101101 | 1000001 | 111101 |
Color Harmonies of #5CDDCF
Complementary color
Monochromatic Colors of #5CDDCF
Black with #5CDDCF
Text Example
Text Example
White with #5CDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDDCF; }
p { color: rgb(92,221,207); }
H1.HeaderClassName
{
color: #5CDDCF;
}
.AnyTagClassName
{
color: #5CDDCF;
}
</style>
background-color css
<style>
a { background-color: #5CDDCF; }
a { background-color: rgb(92,221,207); }
div.DivClassName
{
background-color: #5CDDCF;
}
.BgClassName
{
background-color: #5CDDCF;
}
</style>
border-color css
<style>
span { border-color: #5CDDCF; }
span { border-color: rgb(92,221,207); }
td.TdClassName
{
border-color: #5CDDCF;
}
.TagClassName
{
border-color: #5CDDCF;
}
</style>