Shades of Turquoise #35FCC2
Tints of Turquoise #35FCC2
RGB
CMYK
RGB Variations
Color information
#35FCC2 (or 0x35FCC2) is known color: Turquoise. HEX triplet: 35, FC and C2. RGB value is (53,252,194). Sum of RGB (Red+Green+Blue) = 53+252+194=499 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.62% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #35FCC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FCC2 is #CA033D. Grayscale: #B9B9B9. Windows color (decimal): -13239102 or 12778549. OLE color: 12778549.
HSL color Cylindrical-coordinate representation of color #35FCC2: hue angle of 162.51º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FCC2 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 252 | 194 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.01 |
| HSL | 162.51º | 0.97% | 0.6% | - |
| HSV(B) | 162.51º | 0.79% | 0.99% | - |
| XYZ | 46.02 | 74.27 | 62.95 | - |
| YUV | 185.89 | 132.57 | 33.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 252 | 194 | 0.79 | 0 | 0.23 | 0.01 | 162.51 | 0.97 | 0.6 |
| Hex | 35 | FC | C2 | 4F | 0 | 17 | 1 | A3 | 61 | 3C |
| Octal | 65 | 374 | 302 | 117 | 0 | 27 | 1 | 243 | 141 | 74 |
| Binary | 110101 | 11111100 | 11000010 | 1001111 | 0 | 10111 | 1 | 10100011 | 1100001 | 111100 |
Color Harmonies of #35FCC2
Complementary color
Monochromatic Colors of #35FCC2
Black with #35FCC2
Text Example
Text Example
White with #35FCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FCC2; }
p { color: rgb(53,252,194); }
H1.HeaderClassName
{
color: #35FCC2;
}
.AnyTagClassName
{
color: #35FCC2;
}
</style>
background-color css
<style>
a { background-color: #35FCC2; }
a { background-color: rgb(53,252,194); }
div.DivClassName
{
background-color: #35FCC2;
}
.BgClassName
{
background-color: #35FCC2;
}
</style>
border-color css
<style>
span { border-color: #35FCC2; }
span { border-color: rgb(53,252,194); }
td.TdClassName
{
border-color: #35FCC2;
}
.TagClassName
{
border-color: #35FCC2;
}
</style>