Shades of Medium Turquoise #35CFC6
Tints of Medium Turquoise #35CFC6
RGB
CMYK
RGB Variations
Color information
#35CFC6 (or 0x35CFC6) is known color: Medium Turquoise. HEX triplet: 35, CF and C6. RGB value is (53,207,198). Sum of RGB (Red+Green+Blue) = 53+207+198=458 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.57% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #35CFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFC6 is #CA3039. Grayscale: #9F9F9F. Windows color (decimal): -13250618 or 13029173. OLE color: 13029173.
HSL color Cylindrical-coordinate representation of color #35CFC6: hue angle of 176.49º 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 #35CFC6 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 198 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.19 |
| HSL | 176.49º | 0.62% | 0.51% | - |
| HSV(B) | 176.49º | 0.74% | 0.81% | - |
| XYZ | 33.97 | 49.46 | 61.18 | - |
| YUV | 159.93 | 149.48 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 198 | 0.74 | 0 | 0.04 | 0.19 | 176.49 | 0.62 | 0.51 |
| Hex | 35 | CF | C6 | 4A | 0 | 4 | 13 | B0 | 3E | 33 |
| Octal | 65 | 317 | 306 | 112 | 0 | 4 | 23 | 260 | 76 | 63 |
| Binary | 110101 | 11001111 | 11000110 | 1001010 | 0 | 100 | 10011 | 10110000 | 111110 | 110011 |
Color Harmonies of #35CFC6
Complementary color
Monochromatic Colors of #35CFC6
Black with #35CFC6
Text Example
Text Example
White with #35CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFC6; }
p { color: rgb(53,207,198); }
H1.HeaderClassName
{
color: #35CFC6;
}
.AnyTagClassName
{
color: #35CFC6;
}
</style>
background-color css
<style>
a { background-color: #35CFC6; }
a { background-color: rgb(53,207,198); }
div.DivClassName
{
background-color: #35CFC6;
}
.BgClassName
{
background-color: #35CFC6;
}
</style>
border-color css
<style>
span { border-color: #35CFC6; }
span { border-color: rgb(53,207,198); }
td.TdClassName
{
border-color: #35CFC6;
}
.TagClassName
{
border-color: #35CFC6;
}
</style>