Shades of Turquoise #35DDE5
Tints of Turquoise #35DDE5
RGB
CMYK
RGB Variations
Color information
#35DDE5 (or 0x35DDE5) is known color: Turquoise. HEX triplet: 35, DD and E5. RGB value is (53,221,229). Sum of RGB (Red+Green+Blue) = 53+221+229=503 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.54% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #35DDE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DDE5 is #CA221A. Grayscale: #ABABAB. Windows color (decimal): -13247003 or 15064373. OLE color: 15064373.
HSL color Cylindrical-coordinate representation of color #35DDE5: hue angle of 182.73º degrees, saturation: 0.77, 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 #35DDE5 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 221 | 229 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.10 |
| HSL | 182.73º | 0.77% | 0.55% | - |
| HSV(B) | 182.73º | 0.77% | 0.9% | - |
| XYZ | 41.47 | 58.13 | 83.16 | - |
| YUV | 171.68 | 160.34 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 229 | 0.77 | 0.03 | 0 | 0.10 | 182.73 | 0.77 | 0.55 |
| Hex | 35 | DD | E5 | 4D | 3 | 0 | A | B7 | 4D | 37 |
| Octal | 65 | 335 | 345 | 115 | 3 | 0 | 12 | 267 | 115 | 67 |
| Binary | 110101 | 11011101 | 11100101 | 1001101 | 11 | 0 | 1010 | 10110111 | 1001101 | 110111 |
Color Harmonies of #35DDE5
Complementary color
Monochromatic Colors of #35DDE5
Black with #35DDE5
Text Example
Text Example
White with #35DDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DDE5; }
p { color: rgb(53,221,229); }
H1.HeaderClassName
{
color: #35DDE5;
}
.AnyTagClassName
{
color: #35DDE5;
}
</style>
background-color css
<style>
a { background-color: #35DDE5; }
a { background-color: rgb(53,221,229); }
div.DivClassName
{
background-color: #35DDE5;
}
.BgClassName
{
background-color: #35DDE5;
}
</style>
border-color css
<style>
span { border-color: #35DDE5; }
span { border-color: rgb(53,221,229); }
td.TdClassName
{
border-color: #35DDE5;
}
.TagClassName
{
border-color: #35DDE5;
}
</style>