Shades of Medium Turquoise #35CFB9
Tints of Medium Turquoise #35CFB9
RGB
CMYK
RGB Variations
Color information
#35CFB9 (or 0x35CFB9) is known color: Medium Turquoise. HEX triplet: 35, CF and B9. RGB value is (53,207,185). Sum of RGB (Red+Green+Blue) = 53+207+185=445 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.91% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #35CFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFB9 is #CA3046. Grayscale: #9E9E9E. Windows color (decimal): -13250631 or 12177205. OLE color: 12177205.
HSL color Cylindrical-coordinate representation of color #35CFB9: hue angle of 171.43º 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 #35CFB9 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 185 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.19 |
| HSL | 171.43º | 0.62% | 0.51% | - |
| HSV(B) | 171.43º | 0.74% | 0.81% | - |
| XYZ | 32.54 | 48.89 | 53.62 | - |
| YUV | 158.45 | 142.98 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 185 | 0.74 | 0 | 0.11 | 0.19 | 171.43 | 0.62 | 0.51 |
| Hex | 35 | CF | B9 | 4A | 0 | B | 13 | AB | 3E | 33 |
| Octal | 65 | 317 | 271 | 112 | 0 | 13 | 23 | 253 | 76 | 63 |
| Binary | 110101 | 11001111 | 10111001 | 1001010 | 0 | 1011 | 10011 | 10101011 | 111110 | 110011 |
Color Harmonies of #35CFB9
Complementary color
Monochromatic Colors of #35CFB9
Black with #35CFB9
Text Example
Text Example
White with #35CFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFB9; }
p { color: rgb(53,207,185); }
H1.HeaderClassName
{
color: #35CFB9;
}
.AnyTagClassName
{
color: #35CFB9;
}
</style>
background-color css
<style>
a { background-color: #35CFB9; }
a { background-color: rgb(53,207,185); }
div.DivClassName
{
background-color: #35CFB9;
}
.BgClassName
{
background-color: #35CFB9;
}
</style>
border-color css
<style>
span { border-color: #35CFB9; }
span { border-color: rgb(53,207,185); }
td.TdClassName
{
border-color: #35CFB9;
}
.TagClassName
{
border-color: #35CFB9;
}
</style>