Shades of Medium Turquoise #5FCDCD
Tints of Medium Turquoise #5FCDCD
RGB
CMYK
RGB Variations
Color information
#5FCDCD (or 0x5FCDCD) is known color: Medium Turquoise. HEX triplet: 5F, CD and CD. RGB value is (95,205,205). Sum of RGB (Red+Green+Blue) = 95+205+205=505 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.81% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #5FCDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDCD is #A03232. Grayscale: #ACACAC. Windows color (decimal): -10498611 or 13487455. OLE color: 13487455.
HSL color Cylindrical-coordinate representation of color #5FCDCD: hue angle of 180º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCDCD is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 205 | - |
| CMYK | 0.54 | 0 | 0 | 0.20 |
| HSL | 180º | 0.52% | 0.59% | - |
| HSV(B) | 180º | 0.54% | 0.8% | - |
| XYZ | 37.57 | 50.5 | 65.53 | - |
| YUV | 172.11 | 146.56 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 205 | 0.54 | 0 | 0 | 0.20 | 180 | 0.52 | 0.59 |
| Hex | 5F | CD | CD | 36 | 0 | 0 | 14 | B4 | 34 | 3B |
| Octal | 137 | 315 | 315 | 66 | 0 | 0 | 24 | 264 | 64 | 73 |
| Binary | 1011111 | 11001101 | 11001101 | 110110 | 0 | 0 | 10100 | 10110100 | 110100 | 111011 |
Color Harmonies of #5FCDCD
Complementary color
Monochromatic Colors of #5FCDCD
Black with #5FCDCD
Text Example
Text Example
White with #5FCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDCD; }
p { color: rgb(95,205,205); }
H1.HeaderClassName
{
color: #5FCDCD;
}
.AnyTagClassName
{
color: #5FCDCD;
}
</style>
background-color css
<style>
a { background-color: #5FCDCD; }
a { background-color: rgb(95,205,205); }
div.DivClassName
{
background-color: #5FCDCD;
}
.BgClassName
{
background-color: #5FCDCD;
}
</style>
border-color css
<style>
span { border-color: #5FCDCD; }
span { border-color: rgb(95,205,205); }
td.TdClassName
{
border-color: #5FCDCD;
}
.TagClassName
{
border-color: #5FCDCD;
}
</style>