Shades of Turquoise #35D5D5
Tints of Turquoise #35D5D5
RGB
CMYK
RGB Variations
Color information
#35D5D5 (or 0x35D5D5) is known color: Turquoise. HEX triplet: 35, D5 and D5. RGB value is (53,213,213). Sum of RGB (Red+Green+Blue) = 53+213+213=479 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.06% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: green, blue. Hex color #35D5D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D5D5 is #CA2A2A. Grayscale: #A5A5A5. Windows color (decimal): -13249067 or 14013749. OLE color: 14013749.
HSL color Cylindrical-coordinate representation of color #35D5D5: hue angle of 180º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D5D5 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 213 | 213 | - |
| CMYK | 0.75 | 0 | 0 | 0.16 |
| HSL | 180º | 0.66% | 0.52% | - |
| HSV(B) | 180º | 0.75% | 0.84% | - |
| XYZ | 37.27 | 53.15 | 71.25 | - |
| YUV | 165.16 | 154.99 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 213 | 213 | 0.75 | 0 | 0 | 0.16 | 180 | 0.66 | 0.52 |
| Hex | 35 | D5 | D5 | 4B | 0 | 0 | 10 | B4 | 42 | 34 |
| Octal | 65 | 325 | 325 | 113 | 0 | 0 | 20 | 264 | 102 | 64 |
| Binary | 110101 | 11010101 | 11010101 | 1001011 | 0 | 0 | 10000 | 10110100 | 1000010 | 110100 |
Color Harmonies of #35D5D5
Complementary color
Monochromatic Colors of #35D5D5
Black with #35D5D5
Text Example
Text Example
White with #35D5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D5D5; }
p { color: rgb(53,213,213); }
H1.HeaderClassName
{
color: #35D5D5;
}
.AnyTagClassName
{
color: #35D5D5;
}
</style>
background-color css
<style>
a { background-color: #35D5D5; }
a { background-color: rgb(53,213,213); }
div.DivClassName
{
background-color: #35D5D5;
}
.BgClassName
{
background-color: #35D5D5;
}
</style>
border-color css
<style>
span { border-color: #35D5D5; }
span { border-color: rgb(53,213,213); }
td.TdClassName
{
border-color: #35D5D5;
}
.TagClassName
{
border-color: #35D5D5;
}
</style>