Shades of Turquoise #35EFB2
Tints of Turquoise #35EFB2
RGB
CMYK
RGB Variations
Color information
#35EFB2 (or 0x35EFB2) is known color: Turquoise. HEX triplet: 35, EF and B2. RGB value is (53,239,178). Sum of RGB (Red+Green+Blue) = 53+239+178=470 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.28% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #35EFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EFB2 is #CA104D. Grayscale: #B0B0B0. Windows color (decimal): -13242446 or 11726645. OLE color: 11726645.
HSL color Cylindrical-coordinate representation of color #35EFB2: hue angle of 160.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EFB2 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 239 | 178 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.06 |
| HSL | 160.32º | 0.85% | 0.57% | - |
| HSV(B) | 160.32º | 0.78% | 0.94% | - |
| XYZ | 40.37 | 65.7 | 52.67 | - |
| YUV | 176.43 | 128.88 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 239 | 178 | 0.78 | 0 | 0.26 | 0.06 | 160.32 | 0.85 | 0.57 |
| Hex | 35 | EF | B2 | 4E | 0 | 1A | 6 | A0 | 55 | 39 |
| Octal | 65 | 357 | 262 | 116 | 0 | 32 | 6 | 240 | 125 | 71 |
| Binary | 110101 | 11101111 | 10110010 | 1001110 | 0 | 11010 | 110 | 10100000 | 1010101 | 111001 |
Color Harmonies of #35EFB2
Complementary color
Monochromatic Colors of #35EFB2
Black with #35EFB2
Text Example
Text Example
White with #35EFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EFB2; }
p { color: rgb(53,239,178); }
H1.HeaderClassName
{
color: #35EFB2;
}
.AnyTagClassName
{
color: #35EFB2;
}
</style>
background-color css
<style>
a { background-color: #35EFB2; }
a { background-color: rgb(53,239,178); }
div.DivClassName
{
background-color: #35EFB2;
}
.BgClassName
{
background-color: #35EFB2;
}
</style>
border-color css
<style>
span { border-color: #35EFB2; }
span { border-color: rgb(53,239,178); }
td.TdClassName
{
border-color: #35EFB2;
}
.TagClassName
{
border-color: #35EFB2;
}
</style>