Shades of Medium Turquoise #35CFCC
Tints of Medium Turquoise #35CFCC
RGB
CMYK
RGB Variations
Color information
#35CFCC (or 0x35CFCC) is known color: Medium Turquoise. HEX triplet: 35, CF and CC. RGB value is (53,207,204). Sum of RGB (Red+Green+Blue) = 53+207+204=464 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.42% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #35CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFCC is #CA3033. Grayscale: #A0A0A0. Windows color (decimal): -13250612 or 13422389. OLE color: 13422389.
HSL color Cylindrical-coordinate representation of color #35CFCC: hue angle of 178.83º 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 #35CFCC is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 204 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.19 |
| HSL | 178.83º | 0.62% | 0.51% | - |
| HSV(B) | 178.83º | 0.74% | 0.81% | - |
| XYZ | 34.68 | 49.74 | 64.9 | - |
| YUV | 160.61 | 152.48 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 204 | 0.74 | 0 | 0.01 | 0.19 | 178.83 | 0.62 | 0.51 |
| Hex | 35 | CF | CC | 4A | 0 | 1 | 13 | B3 | 3E | 33 |
| Octal | 65 | 317 | 314 | 112 | 0 | 1 | 23 | 263 | 76 | 63 |
| Binary | 110101 | 11001111 | 11001100 | 1001010 | 0 | 1 | 10011 | 10110011 | 111110 | 110011 |
Color Harmonies of #35CFCC
Complementary color
Monochromatic Colors of #35CFCC
Black with #35CFCC
Text Example
Text Example
White with #35CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFCC; }
p { color: rgb(53,207,204); }
H1.HeaderClassName
{
color: #35CFCC;
}
.AnyTagClassName
{
color: #35CFCC;
}
</style>
background-color css
<style>
a { background-color: #35CFCC; }
a { background-color: rgb(53,207,204); }
div.DivClassName
{
background-color: #35CFCC;
}
.BgClassName
{
background-color: #35CFCC;
}
</style>
border-color css
<style>
span { border-color: #35CFCC; }
span { border-color: rgb(53,207,204); }
td.TdClassName
{
border-color: #35CFCC;
}
.TagClassName
{
border-color: #35CFCC;
}
</style>