Shades of Turquoise #35E0C2
Tints of Turquoise #35E0C2
RGB
CMYK
RGB Variations
Color information
#35E0C2 (or 0x35E0C2) is known color: Turquoise. HEX triplet: 35, E0 and C2. RGB value is (53,224,194). Sum of RGB (Red+Green+Blue) = 53+224+194=471 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.25% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #35E0C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E0C2 is #CA1F3D. Grayscale: #A9A9A9. Windows color (decimal): -13246270 or 12771381. OLE color: 12771381.
HSL color Cylindrical-coordinate representation of color #35E0C2: hue angle of 169.47º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E0C2 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 224 | 194 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.12 |
| HSL | 169.47º | 0.73% | 0.54% | - |
| HSV(B) | 169.47º | 0.76% | 0.88% | - |
| XYZ | 37.86 | 57.96 | 60.23 | - |
| YUV | 169.45 | 141.85 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 224 | 194 | 0.76 | 0 | 0.13 | 0.12 | 169.47 | 0.73 | 0.54 |
| Hex | 35 | E0 | C2 | 4C | 0 | D | C | A9 | 49 | 36 |
| Octal | 65 | 340 | 302 | 114 | 0 | 15 | 14 | 251 | 111 | 66 |
| Binary | 110101 | 11100000 | 11000010 | 1001100 | 0 | 1101 | 1100 | 10101001 | 1001001 | 110110 |
Color Harmonies of #35E0C2
Complementary color
Monochromatic Colors of #35E0C2
Black with #35E0C2
Text Example
Text Example
White with #35E0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E0C2; }
p { color: rgb(53,224,194); }
H1.HeaderClassName
{
color: #35E0C2;
}
.AnyTagClassName
{
color: #35E0C2;
}
</style>
background-color css
<style>
a { background-color: #35E0C2; }
a { background-color: rgb(53,224,194); }
div.DivClassName
{
background-color: #35E0C2;
}
.BgClassName
{
background-color: #35E0C2;
}
</style>
border-color css
<style>
span { border-color: #35E0C2; }
span { border-color: rgb(53,224,194); }
td.TdClassName
{
border-color: #35E0C2;
}
.TagClassName
{
border-color: #35E0C2;
}
</style>