Shades of Turquoise #35D8DD
Tints of Turquoise #35D8DD
RGB
CMYK
RGB Variations
Color information
#35D8DD (or 0x35D8DD) is known color: Turquoise. HEX triplet: 35, D8 and DD. RGB value is (53,216,221). Sum of RGB (Red+Green+Blue) = 53+216+221=490 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.82% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #35D8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D8DD is #CA2722. Grayscale: #A7A7A7. Windows color (decimal): -13248291 or 14538805. OLE color: 14538805.
HSL color Cylindrical-coordinate representation of color #35D8DD: hue angle of 181.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 #35D8DD is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 216 | 221 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.13 |
| HSL | 181.79º | 0.71% | 0.54% | - |
| HSV(B) | 181.79º | 0.76% | 0.87% | - |
| XYZ | 39.08 | 55.09 | 76.98 | - |
| YUV | 167.83 | 158 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 216 | 221 | 0.76 | 0.02 | 0 | 0.13 | 181.79 | 0.71 | 0.54 |
| Hex | 35 | D8 | DD | 4C | 2 | 0 | D | B6 | 47 | 36 |
| Octal | 65 | 330 | 335 | 114 | 2 | 0 | 15 | 266 | 107 | 66 |
| Binary | 110101 | 11011000 | 11011101 | 1001100 | 10 | 0 | 1101 | 10110110 | 1000111 | 110110 |
Color Harmonies of #35D8DD
Complementary color
Monochromatic Colors of #35D8DD
Black with #35D8DD
Text Example
Text Example
White with #35D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D8DD; }
p { color: rgb(53,216,221); }
H1.HeaderClassName
{
color: #35D8DD;
}
.AnyTagClassName
{
color: #35D8DD;
}
</style>
background-color css
<style>
a { background-color: #35D8DD; }
a { background-color: rgb(53,216,221); }
div.DivClassName
{
background-color: #35D8DD;
}
.BgClassName
{
background-color: #35D8DD;
}
</style>
border-color css
<style>
span { border-color: #35D8DD; }
span { border-color: rgb(53,216,221); }
td.TdClassName
{
border-color: #35D8DD;
}
.TagClassName
{
border-color: #35D8DD;
}
</style>