Shades of Turquoise #35ECE6
Tints of Turquoise #35ECE6
RGB
CMYK
RGB Variations
Color information
#35ECE6 (or 0x35ECE6) is known color: Turquoise. HEX triplet: 35, EC and E6. RGB value is (53,236,230). Sum of RGB (Red+Green+Blue) = 53+236+230=519 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.21% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #35ECE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35ECE6 is #CA1319. Grayscale: #B4B4B4. Windows color (decimal): -13243162 or 15133749. OLE color: 15133749.
HSL color Cylindrical-coordinate representation of color #35ECE6: hue angle of 178.03º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35ECE6 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 236 | 230 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.07 |
| HSL | 178.03º | 0.83% | 0.57% | - |
| HSV(B) | 178.03º | 0.78% | 0.93% | - |
| XYZ | 45.75 | 66.46 | 85.28 | - |
| YUV | 180.6 | 155.87 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 236 | 230 | 0.78 | 0 | 0.03 | 0.07 | 178.03 | 0.83 | 0.57 |
| Hex | 35 | EC | E6 | 4E | 0 | 3 | 7 | B2 | 53 | 39 |
| Octal | 65 | 354 | 346 | 116 | 0 | 3 | 7 | 262 | 123 | 71 |
| Binary | 110101 | 11101100 | 11100110 | 1001110 | 0 | 11 | 111 | 10110010 | 1010011 | 111001 |
Color Harmonies of #35ECE6
Complementary color
Monochromatic Colors of #35ECE6
Black with #35ECE6
Text Example
Text Example
White with #35ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35ECE6; }
p { color: rgb(53,236,230); }
H1.HeaderClassName
{
color: #35ECE6;
}
.AnyTagClassName
{
color: #35ECE6;
}
</style>
background-color css
<style>
a { background-color: #35ECE6; }
a { background-color: rgb(53,236,230); }
div.DivClassName
{
background-color: #35ECE6;
}
.BgClassName
{
background-color: #35ECE6;
}
</style>
border-color css
<style>
span { border-color: #35ECE6; }
span { border-color: rgb(53,236,230); }
td.TdClassName
{
border-color: #35ECE6;
}
.TagClassName
{
border-color: #35ECE6;
}
</style>