Shades of Turquoise #35DDB5
Tints of Turquoise #35DDB5
RGB
CMYK
RGB Variations
Color information
#35DDB5 (or 0x35DDB5) is known color: Turquoise. HEX triplet: 35, DD and B5. RGB value is (53,221,181). Sum of RGB (Red+Green+Blue) = 53+221+181=455 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.65% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DDB5 is #CA224A. Grayscale: #A6A6A6. Windows color (decimal): -13247051 or 11918645. OLE color: 11918645.
HSL color Cylindrical-coordinate representation of color #35DDB5: hue angle of 165.71º 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 #35DDB5 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 181 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.13 |
| HSL | 165.71º | 0.71% | 0.54% | - |
| HSV(B) | 165.71º | 0.76% | 0.87% | - |
| XYZ | 35.67 | 55.81 | 52.61 | - |
| YUV | 166.21 | 136.34 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 181 | 0.76 | 0 | 0.18 | 0.13 | 165.71 | 0.71 | 0.54 |
| Hex | 35 | DD | B5 | 4C | 0 | 12 | D | A6 | 47 | 36 |
| Octal | 65 | 335 | 265 | 114 | 0 | 22 | 15 | 246 | 107 | 66 |
| Binary | 110101 | 11011101 | 10110101 | 1001100 | 0 | 10010 | 1101 | 10100110 | 1000111 | 110110 |
Color Harmonies of #35DDB5
Complementary color
Monochromatic Colors of #35DDB5
Black with #35DDB5
Text Example
Text Example
White with #35DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DDB5; }
p { color: rgb(53,221,181); }
H1.HeaderClassName
{
color: #35DDB5;
}
.AnyTagClassName
{
color: #35DDB5;
}
</style>
background-color css
<style>
a { background-color: #35DDB5; }
a { background-color: rgb(53,221,181); }
div.DivClassName
{
background-color: #35DDB5;
}
.BgClassName
{
background-color: #35DDB5;
}
</style>
border-color css
<style>
span { border-color: #35DDB5; }
span { border-color: rgb(53,221,181); }
td.TdClassName
{
border-color: #35DDB5;
}
.TagClassName
{
border-color: #35DDB5;
}
</style>