Shades of Turquoise #35FFC2
Tints of Turquoise #35FFC2
RGB
CMYK
RGB Variations
Color information
#35FFC2 (or 0x35FFC2) is known color: Turquoise. HEX triplet: 35, FF and C2. RGB value is (53,255,194). Sum of RGB (Red+Green+Blue) = 53+255+194=502 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.56% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FFC2 is #CA003D. Grayscale: #BBBBBB. Windows color (decimal): -13238334 or 12779317. OLE color: 12779317.
HSL color Cylindrical-coordinate representation of color #35FFC2: hue angle of 161.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FFC2 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 194 | - |
| CMYK | 0.79 | 0 | 0.24 | 0 |
| HSL | 161.88º | 1% | 0.6% | - |
| HSV(B) | 161.88º | 0.79% | 1% | - |
| XYZ | 46.97 | 76.17 | 63.27 | - |
| YUV | 187.65 | 131.58 | 31.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 194 | 0.79 | 0 | 0.24 | 0 | 161.88 | 1 | 0.6 |
| Hex | 35 | FF | C2 | 4F | 0 | 18 | 0 | A2 | 64 | 3C |
| Octal | 65 | 377 | 302 | 117 | 0 | 30 | 0 | 242 | 144 | 74 |
| Binary | 110101 | 11111111 | 11000010 | 1001111 | 0 | 11000 | 0 | 10100010 | 1100100 | 111100 |
Color Harmonies of #35FFC2
Complementary color
Monochromatic Colors of #35FFC2
Black with #35FFC2
Text Example
Text Example
White with #35FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FFC2; }
p { color: rgb(53,255,194); }
H1.HeaderClassName
{
color: #35FFC2;
}
.AnyTagClassName
{
color: #35FFC2;
}
</style>
background-color css
<style>
a { background-color: #35FFC2; }
a { background-color: rgb(53,255,194); }
div.DivClassName
{
background-color: #35FFC2;
}
.BgClassName
{
background-color: #35FFC2;
}
</style>
border-color css
<style>
span { border-color: #35FFC2; }
span { border-color: rgb(53,255,194); }
td.TdClassName
{
border-color: #35FFC2;
}
.TagClassName
{
border-color: #35FFC2;
}
</style>