Shades of Medium Turquoise #5CCFCD
Tints of Medium Turquoise #5CCFCD
RGB
CMYK
RGB Variations
Color information
#5CCFCD (or 0x5CCFCD) is known color: Medium Turquoise. HEX triplet: 5C, CF and CD. RGB value is (92,207,205). Sum of RGB (Red+Green+Blue) = 92+207+205=504 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.25% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCFCD is #A33032. Grayscale: #ACACAC. Windows color (decimal): -10694707 or 13487964. OLE color: 13487964.
HSL color Cylindrical-coordinate representation of color #5CCFCD: hue angle of 178.96º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CCFCD is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 205 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.19 |
| HSL | 178.96º | 0.55% | 0.59% | - |
| HSV(B) | 178.96º | 0.56% | 0.81% | - |
| XYZ | 37.75 | 51.31 | 65.67 | - |
| YUV | 172.39 | 146.4 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 205 | 0.56 | 0 | 0.01 | 0.19 | 178.96 | 0.55 | 0.59 |
| Hex | 5C | CF | CD | 38 | 0 | 1 | 13 | B3 | 37 | 3B |
| Octal | 134 | 317 | 315 | 70 | 0 | 1 | 23 | 263 | 67 | 73 |
| Binary | 1011100 | 11001111 | 11001101 | 111000 | 0 | 1 | 10011 | 10110011 | 110111 | 111011 |
Color Harmonies of #5CCFCD
Complementary color
Monochromatic Colors of #5CCFCD
Black with #5CCFCD
Text Example
Text Example
White with #5CCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCFCD; }
p { color: rgb(92,207,205); }
H1.HeaderClassName
{
color: #5CCFCD;
}
.AnyTagClassName
{
color: #5CCFCD;
}
</style>
background-color css
<style>
a { background-color: #5CCFCD; }
a { background-color: rgb(92,207,205); }
div.DivClassName
{
background-color: #5CCFCD;
}
.BgClassName
{
background-color: #5CCFCD;
}
</style>
border-color css
<style>
span { border-color: #5CCFCD; }
span { border-color: rgb(92,207,205); }
td.TdClassName
{
border-color: #5CCFCD;
}
.TagClassName
{
border-color: #5CCFCD;
}
</style>