Shades of Turquoise #35DDD4
Tints of Turquoise #35DDD4
RGB
CMYK
RGB Variations
Color information
#35DDD4 (or 0x35DDD4) is known color: Turquoise. HEX triplet: 35, DD and D4. RGB value is (53,221,212). Sum of RGB (Red+Green+Blue) = 53+221+212=486 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.91% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DDD4 is #CA222B. Grayscale: #A9A9A9. Windows color (decimal): -13247020 or 13950261. OLE color: 13950261.
HSL color Cylindrical-coordinate representation of color #35DDD4: hue angle of 176.79º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DDD4 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 212 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.13 |
| HSL | 176.79º | 0.71% | 0.54% | - |
| HSV(B) | 176.79º | 0.76% | 0.87% | - |
| XYZ | 39.21 | 57.22 | 71.27 | - |
| YUV | 169.74 | 151.84 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 212 | 0.76 | 0 | 0.04 | 0.13 | 176.79 | 0.71 | 0.54 |
| Hex | 35 | DD | D4 | 4C | 0 | 4 | D | B1 | 47 | 36 |
| Octal | 65 | 335 | 324 | 114 | 0 | 4 | 15 | 261 | 107 | 66 |
| Binary | 110101 | 11011101 | 11010100 | 1001100 | 0 | 100 | 1101 | 10110001 | 1000111 | 110110 |
Color Harmonies of #35DDD4
Complementary color
Monochromatic Colors of #35DDD4
Black with #35DDD4
Text Example
Text Example
White with #35DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DDD4; }
p { color: rgb(53,221,212); }
H1.HeaderClassName
{
color: #35DDD4;
}
.AnyTagClassName
{
color: #35DDD4;
}
</style>
background-color css
<style>
a { background-color: #35DDD4; }
a { background-color: rgb(53,221,212); }
div.DivClassName
{
background-color: #35DDD4;
}
.BgClassName
{
background-color: #35DDD4;
}
</style>
border-color css
<style>
span { border-color: #35DDD4; }
span { border-color: rgb(53,221,212); }
td.TdClassName
{
border-color: #35DDD4;
}
.TagClassName
{
border-color: #35DDD4;
}
</style>