Shades of Turquoise #35D3E6
Tints of Turquoise #35D3E6
RGB
CMYK
RGB Variations
Color information
#35D3E6 (or 0x35D3E6) is known color: Turquoise. HEX triplet: 35, D3 and E6. RGB value is (53,211,230). Sum of RGB (Red+Green+Blue) = 53+211+230=494 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.73% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #35D3E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D3E6 is #CA2C19. Grayscale: #A5A5A5. Windows color (decimal): -13249562 or 15127349. OLE color: 15127349.
HSL color Cylindrical-coordinate representation of color #35D3E6: hue angle of 186.44º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35D3E6 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 211 | 230 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.10 |
| HSL | 186.44º | 0.78% | 0.55% | - |
| HSV(B) | 186.44º | 0.77% | 0.9% | - |
| XYZ | 39.05 | 53.06 | 83.05 | - |
| YUV | 165.92 | 164.15 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 211 | 230 | 0.77 | 0.08 | 0 | 0.10 | 186.44 | 0.78 | 0.55 |
| Hex | 35 | D3 | E6 | 4D | 8 | 0 | A | BA | 4E | 37 |
| Octal | 65 | 323 | 346 | 115 | 10 | 0 | 12 | 272 | 116 | 67 |
| Binary | 110101 | 11010011 | 11100110 | 1001101 | 1000 | 0 | 1010 | 10111010 | 1001110 | 110111 |
Color Harmonies of #35D3E6
Complementary color
Monochromatic Colors of #35D3E6
Black with #35D3E6
Text Example
Text Example
White with #35D3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D3E6; }
p { color: rgb(53,211,230); }
H1.HeaderClassName
{
color: #35D3E6;
}
.AnyTagClassName
{
color: #35D3E6;
}
</style>
background-color css
<style>
a { background-color: #35D3E6; }
a { background-color: rgb(53,211,230); }
div.DivClassName
{
background-color: #35D3E6;
}
.BgClassName
{
background-color: #35D3E6;
}
</style>
border-color css
<style>
span { border-color: #35D3E6; }
span { border-color: rgb(53,211,230); }
td.TdClassName
{
border-color: #35D3E6;
}
.TagClassName
{
border-color: #35D3E6;
}
</style>