Shades of Turquoise #35F5C0
Tints of Turquoise #35F5C0
RGB
CMYK
RGB Variations
Color information
#35F5C0 (or 0x35F5C0) is known color: Turquoise. HEX triplet: 35, F5 and C0. RGB value is (53,245,192). Sum of RGB (Red+Green+Blue) = 53+245+192=490 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.82% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #35F5C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F5C0 is #CA0A3F. Grayscale: #B5B5B5. Windows color (decimal): -13240896 or 12645685. OLE color: 12645685.
HSL color Cylindrical-coordinate representation of color #35F5C0: hue angle of 163.44º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F5C0 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 245 | 192 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.04 |
| HSL | 163.44º | 0.91% | 0.58% | - |
| HSV(B) | 163.44º | 0.78% | 0.96% | - |
| XYZ | 43.64 | 69.87 | 61.06 | - |
| YUV | 181.55 | 133.89 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 245 | 192 | 0.78 | 0 | 0.22 | 0.04 | 163.44 | 0.91 | 0.58 |
| Hex | 35 | F5 | C0 | 4E | 0 | 16 | 4 | A3 | 5B | 3A |
| Octal | 65 | 365 | 300 | 116 | 0 | 26 | 4 | 243 | 133 | 72 |
| Binary | 110101 | 11110101 | 11000000 | 1001110 | 0 | 10110 | 100 | 10100011 | 1011011 | 111010 |
Color Harmonies of #35F5C0
Complementary color
Monochromatic Colors of #35F5C0
Black with #35F5C0
Text Example
Text Example
White with #35F5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F5C0; }
p { color: rgb(53,245,192); }
H1.HeaderClassName
{
color: #35F5C0;
}
.AnyTagClassName
{
color: #35F5C0;
}
</style>
background-color css
<style>
a { background-color: #35F5C0; }
a { background-color: rgb(53,245,192); }
div.DivClassName
{
background-color: #35F5C0;
}
.BgClassName
{
background-color: #35F5C0;
}
</style>
border-color css
<style>
span { border-color: #35F5C0; }
span { border-color: rgb(53,245,192); }
td.TdClassName
{
border-color: #35F5C0;
}
.TagClassName
{
border-color: #35F5C0;
}
</style>