Shades of Medium Turquoise #5CDCCF
Tints of Medium Turquoise #5CDCCF
RGB
CMYK
RGB Variations
Color information
#5CDCCF (or 0x5CDCCF) is known color: Medium Turquoise. HEX triplet: 5C, DC and CF. RGB value is (92,220,207). Sum of RGB (Red+Green+Blue) = 92+220+207=519 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.73% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCCF is #A32330. Grayscale: #B4B4B4. Windows color (decimal): -10691377 or 13622364. OLE color: 13622364.
HSL color Cylindrical-coordinate representation of color #5CDCCF: hue angle of 173.91º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDCCF is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 207 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.14 |
| HSL | 173.91º | 0.65% | 0.61% | - |
| HSV(B) | 173.91º | 0.58% | 0.86% | - |
| XYZ | 41.27 | 57.97 | 68.05 | - |
| YUV | 180.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 207 | 0.58 | 0 | 0.06 | 0.14 | 173.91 | 0.65 | 0.61 |
| Hex | 5C | DC | CF | 3A | 0 | 6 | E | AE | 41 | 3D |
| Octal | 134 | 334 | 317 | 72 | 0 | 6 | 16 | 256 | 101 | 75 |
| Binary | 1011100 | 11011100 | 11001111 | 111010 | 0 | 110 | 1110 | 10101110 | 1000001 | 111101 |
Color Harmonies of #5CDCCF
Complementary color
Monochromatic Colors of #5CDCCF
Black with #5CDCCF
Text Example
Text Example
White with #5CDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCCF; }
p { color: rgb(92,220,207); }
H1.HeaderClassName
{
color: #5CDCCF;
}
.AnyTagClassName
{
color: #5CDCCF;
}
</style>
background-color css
<style>
a { background-color: #5CDCCF; }
a { background-color: rgb(92,220,207); }
div.DivClassName
{
background-color: #5CDCCF;
}
.BgClassName
{
background-color: #5CDCCF;
}
</style>
border-color css
<style>
span { border-color: #5CDCCF; }
span { border-color: rgb(92,220,207); }
td.TdClassName
{
border-color: #5CDCCF;
}
.TagClassName
{
border-color: #5CDCCF;
}
</style>