Shades of Medium Turquoise #35CFC9
Tints of Medium Turquoise #35CFC9
RGB
CMYK
RGB Variations
Color information
#35CFC9 (or 0x35CFC9) is known color: Medium Turquoise. HEX triplet: 35, CF and C9. RGB value is (53,207,201). Sum of RGB (Red+Green+Blue) = 53+207+201=461 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.50% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #35CFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFC9 is #CA3036. Grayscale: #A0A0A0. Windows color (decimal): -13250615 or 13225781. OLE color: 13225781.
HSL color Cylindrical-coordinate representation of color #35CFC9: hue angle of 177.66º 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 #35CFC9 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 201 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.19 |
| HSL | 177.66º | 0.62% | 0.51% | - |
| HSV(B) | 177.66º | 0.74% | 0.81% | - |
| XYZ | 34.32 | 49.6 | 63.02 | - |
| YUV | 160.27 | 150.98 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 201 | 0.74 | 0 | 0.03 | 0.19 | 177.66 | 0.62 | 0.51 |
| Hex | 35 | CF | C9 | 4A | 0 | 3 | 13 | B2 | 3E | 33 |
| Octal | 65 | 317 | 311 | 112 | 0 | 3 | 23 | 262 | 76 | 63 |
| Binary | 110101 | 11001111 | 11001001 | 1001010 | 0 | 11 | 10011 | 10110010 | 111110 | 110011 |
Color Harmonies of #35CFC9
Complementary color
Monochromatic Colors of #35CFC9
Black with #35CFC9
Text Example
Text Example
White with #35CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFC9; }
p { color: rgb(53,207,201); }
H1.HeaderClassName
{
color: #35CFC9;
}
.AnyTagClassName
{
color: #35CFC9;
}
</style>
background-color css
<style>
a { background-color: #35CFC9; }
a { background-color: rgb(53,207,201); }
div.DivClassName
{
background-color: #35CFC9;
}
.BgClassName
{
background-color: #35CFC9;
}
</style>
border-color css
<style>
span { border-color: #35CFC9; }
span { border-color: rgb(53,207,201); }
td.TdClassName
{
border-color: #35CFC9;
}
.TagClassName
{
border-color: #35CFC9;
}
</style>