Shades of Medium Turquoise #35CFCD
Tints of Medium Turquoise #35CFCD
RGB
CMYK
RGB Variations
Color information
#35CFCD (or 0x35CFCD) is known color: Medium Turquoise. HEX triplet: 35, CF and CD. RGB value is (53,207,205). Sum of RGB (Red+Green+Blue) = 53+207+205=465 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.40% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #35CFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFCD is #CA3032. Grayscale: #A0A0A0. Windows color (decimal): -13250611 or 13487925. OLE color: 13487925.
HSL color Cylindrical-coordinate representation of color #35CFCD: hue angle of 179.22º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CFCD is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 205 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.19 |
| HSL | 179.22º | 0.62% | 0.51% | - |
| HSV(B) | 179.22º | 0.74% | 0.81% | - |
| XYZ | 34.8 | 49.79 | 65.53 | - |
| YUV | 160.73 | 152.98 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 205 | 0.74 | 0 | 0.01 | 0.19 | 179.22 | 0.62 | 0.51 |
| Hex | 35 | CF | CD | 4A | 0 | 1 | 13 | B3 | 3E | 33 |
| Octal | 65 | 317 | 315 | 112 | 0 | 1 | 23 | 263 | 76 | 63 |
| Binary | 110101 | 11001111 | 11001101 | 1001010 | 0 | 1 | 10011 | 10110011 | 111110 | 110011 |
Color Harmonies of #35CFCD
Complementary color
Monochromatic Colors of #35CFCD
Black with #35CFCD
Text Example
Text Example
White with #35CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFCD; }
p { color: rgb(53,207,205); }
H1.HeaderClassName
{
color: #35CFCD;
}
.AnyTagClassName
{
color: #35CFCD;
}
</style>
background-color css
<style>
a { background-color: #35CFCD; }
a { background-color: rgb(53,207,205); }
div.DivClassName
{
background-color: #35CFCD;
}
.BgClassName
{
background-color: #35CFCD;
}
</style>
border-color css
<style>
span { border-color: #35CFCD; }
span { border-color: rgb(53,207,205); }
td.TdClassName
{
border-color: #35CFCD;
}
.TagClassName
{
border-color: #35CFCD;
}
</style>