Shades of Turquoise #35F2CE
Tints of Turquoise #35F2CE
RGB
CMYK
RGB Variations
Color information
#35F2CE (or 0x35F2CE) is known color: Turquoise. HEX triplet: 35, F2 and CE. RGB value is (53,242,206). Sum of RGB (Red+Green+Blue) = 53+242+206=501 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.58% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #35F2CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F2CE is #CA0D31. Grayscale: #B5B5B5. Windows color (decimal): -13241650 or 13562421. OLE color: 13562421.
HSL color Cylindrical-coordinate representation of color #35F2CE: hue angle of 168.57º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F2CE is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 242 | 206 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.05 |
| HSL | 168.57º | 0.88% | 0.58% | - |
| HSV(B) | 168.57º | 0.78% | 0.95% | - |
| XYZ | 44.36 | 68.72 | 69.32 | - |
| YUV | 181.39 | 141.88 | 36.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 242 | 206 | 0.78 | 0 | 0.15 | 0.05 | 168.57 | 0.88 | 0.58 |
| Hex | 35 | F2 | CE | 4E | 0 | F | 5 | A9 | 58 | 3A |
| Octal | 65 | 362 | 316 | 116 | 0 | 17 | 5 | 251 | 130 | 72 |
| Binary | 110101 | 11110010 | 11001110 | 1001110 | 0 | 1111 | 101 | 10101001 | 1011000 | 111010 |
Color Harmonies of #35F2CE
Complementary color
Monochromatic Colors of #35F2CE
Black with #35F2CE
Text Example
Text Example
White with #35F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F2CE; }
p { color: rgb(53,242,206); }
H1.HeaderClassName
{
color: #35F2CE;
}
.AnyTagClassName
{
color: #35F2CE;
}
</style>
background-color css
<style>
a { background-color: #35F2CE; }
a { background-color: rgb(53,242,206); }
div.DivClassName
{
background-color: #35F2CE;
}
.BgClassName
{
background-color: #35F2CE;
}
</style>
border-color css
<style>
span { border-color: #35F2CE; }
span { border-color: rgb(53,242,206); }
td.TdClassName
{
border-color: #35F2CE;
}
.TagClassName
{
border-color: #35F2CE;
}
</style>