Shades of Medium Turquoise #35CFB7
Tints of Medium Turquoise #35CFB7
RGB
CMYK
RGB Variations
Color information
#35CFB7 (or 0x35CFB7) is known color: Medium Turquoise. HEX triplet: 35, CF and B7. RGB value is (53,207,183). Sum of RGB (Red+Green+Blue) = 53+207+183=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #35CFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFB7 is #CA3048. Grayscale: #9E9E9E. Windows color (decimal): -13250633 or 12046133. OLE color: 12046133.
HSL color Cylindrical-coordinate representation of color #35CFB7: hue angle of 170.65º 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 #35CFB7 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 183 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.19 |
| HSL | 170.65º | 0.62% | 0.51% | - |
| HSV(B) | 170.65º | 0.74% | 0.81% | - |
| XYZ | 32.33 | 48.8 | 52.52 | - |
| YUV | 158.22 | 141.98 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 183 | 0.74 | 0 | 0.12 | 0.19 | 170.65 | 0.62 | 0.51 |
| Hex | 35 | CF | B7 | 4A | 0 | C | 13 | AB | 3E | 33 |
| Octal | 65 | 317 | 267 | 112 | 0 | 14 | 23 | 253 | 76 | 63 |
| Binary | 110101 | 11001111 | 10110111 | 1001010 | 0 | 1100 | 10011 | 10101011 | 111110 | 110011 |
Color Harmonies of #35CFB7
Complementary color
Monochromatic Colors of #35CFB7
Black with #35CFB7
Text Example
Text Example
White with #35CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFB7; }
p { color: rgb(53,207,183); }
H1.HeaderClassName
{
color: #35CFB7;
}
.AnyTagClassName
{
color: #35CFB7;
}
</style>
background-color css
<style>
a { background-color: #35CFB7; }
a { background-color: rgb(53,207,183); }
div.DivClassName
{
background-color: #35CFB7;
}
.BgClassName
{
background-color: #35CFB7;
}
</style>
border-color css
<style>
span { border-color: #35CFB7; }
span { border-color: rgb(53,207,183); }
td.TdClassName
{
border-color: #35CFB7;
}
.TagClassName
{
border-color: #35CFB7;
}
</style>