Shades of Turquoise #35FBC2
Tints of Turquoise #35FBC2
RGB
CMYK
RGB Variations
Color information
#35FBC2 (or 0x35FBC2) is known color: Turquoise. HEX triplet: 35, FB and C2. RGB value is (53,251,194). Sum of RGB (Red+Green+Blue) = 53+251+194=498 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.64% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #35FBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FBC2 is #CA043D. Grayscale: #B9B9B9. Windows color (decimal): -13239358 or 12778293. OLE color: 12778293.
HSL color Cylindrical-coordinate representation of color #35FBC2: hue angle of 162.73º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FBC2 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 251 | 194 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.02 |
| HSL | 162.73º | 0.96% | 0.6% | - |
| HSV(B) | 162.73º | 0.79% | 0.98% | - |
| XYZ | 45.7 | 73.65 | 62.85 | - |
| YUV | 185.3 | 132.9 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 251 | 194 | 0.79 | 0 | 0.23 | 0.02 | 162.73 | 0.96 | 0.6 |
| Hex | 35 | FB | C2 | 4F | 0 | 17 | 2 | A3 | 60 | 3C |
| Octal | 65 | 373 | 302 | 117 | 0 | 27 | 2 | 243 | 140 | 74 |
| Binary | 110101 | 11111011 | 11000010 | 1001111 | 0 | 10111 | 10 | 10100011 | 1100000 | 111100 |
Color Harmonies of #35FBC2
Complementary color
Monochromatic Colors of #35FBC2
Black with #35FBC2
Text Example
Text Example
White with #35FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FBC2; }
p { color: rgb(53,251,194); }
H1.HeaderClassName
{
color: #35FBC2;
}
.AnyTagClassName
{
color: #35FBC2;
}
</style>
background-color css
<style>
a { background-color: #35FBC2; }
a { background-color: rgb(53,251,194); }
div.DivClassName
{
background-color: #35FBC2;
}
.BgClassName
{
background-color: #35FBC2;
}
</style>
border-color css
<style>
span { border-color: #35FBC2; }
span { border-color: rgb(53,251,194); }
td.TdClassName
{
border-color: #35FBC2;
}
.TagClassName
{
border-color: #35FBC2;
}
</style>