Shades of Turquoise #35F2E5
Tints of Turquoise #35F2E5
RGB
CMYK
RGB Variations
Color information
#35F2E5 (or 0x35F2E5) is known color: Turquoise. HEX triplet: 35, F2 and E5. RGB value is (53,242,229). Sum of RGB (Red+Green+Blue) = 53+242+229=524 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.11% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #35F2E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F2E5 is #CA0D1A. Grayscale: #B7B7B7. Windows color (decimal): -13241627 or 15069749. OLE color: 15069749.
HSL color Cylindrical-coordinate representation of color #35F2E5: hue angle of 175.87º 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 #35F2E5 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 242 | 229 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.05 |
| HSL | 175.87º | 0.88% | 0.58% | - |
| HSV(B) | 175.87º | 0.78% | 0.95% | - |
| XYZ | 47.36 | 69.92 | 85.13 | - |
| YUV | 184.01 | 153.38 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 242 | 229 | 0.78 | 0 | 0.05 | 0.05 | 175.87 | 0.88 | 0.58 |
| Hex | 35 | F2 | E5 | 4E | 0 | 5 | 5 | B0 | 58 | 3A |
| Octal | 65 | 362 | 345 | 116 | 0 | 5 | 5 | 260 | 130 | 72 |
| Binary | 110101 | 11110010 | 11100101 | 1001110 | 0 | 101 | 101 | 10110000 | 1011000 | 111010 |
Color Harmonies of #35F2E5
Complementary color
Monochromatic Colors of #35F2E5
Black with #35F2E5
Text Example
Text Example
White with #35F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F2E5; }
p { color: rgb(53,242,229); }
H1.HeaderClassName
{
color: #35F2E5;
}
.AnyTagClassName
{
color: #35F2E5;
}
</style>
background-color css
<style>
a { background-color: #35F2E5; }
a { background-color: rgb(53,242,229); }
div.DivClassName
{
background-color: #35F2E5;
}
.BgClassName
{
background-color: #35F2E5;
}
</style>
border-color css
<style>
span { border-color: #35F2E5; }
span { border-color: rgb(53,242,229); }
td.TdClassName
{
border-color: #35F2E5;
}
.TagClassName
{
border-color: #35F2E5;
}
</style>