Shades of Turquoise #36D5DD
Tints of Turquoise #36D5DD
RGB
CMYK
RGB Variations
Color information
#36D5DD (or 0x36D5DD) is known color: Turquoise. HEX triplet: 36, D5 and DD. RGB value is (54,213,221). Sum of RGB (Red+Green+Blue) = 54+213+221=488 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.07% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #36D5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D5DD is #C92A22. Grayscale: #A6A6A6. Windows color (decimal): -13183523 or 14538038. OLE color: 14538038.
HSL color Cylindrical-coordinate representation of color #36D5DD: hue angle of 182.87º 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 #36D5DD is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 213 | 221 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.13 |
| HSL | 182.87º | 0.71% | 0.54% | - |
| HSV(B) | 182.87º | 0.76% | 0.87% | - |
| XYZ | 38.37 | 53.59 | 76.73 | - |
| YUV | 166.37 | 158.82 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 213 | 221 | 0.76 | 0.04 | 0 | 0.13 | 182.87 | 0.71 | 0.54 |
| Hex | 36 | D5 | DD | 4C | 4 | 0 | D | B7 | 47 | 36 |
| Octal | 66 | 325 | 335 | 114 | 4 | 0 | 15 | 267 | 107 | 66 |
| Binary | 110110 | 11010101 | 11011101 | 1001100 | 100 | 0 | 1101 | 10110111 | 1000111 | 110110 |
Color Harmonies of #36D5DD
Complementary color
Monochromatic Colors of #36D5DD
Black with #36D5DD
Text Example
Text Example
White with #36D5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D5DD; }
p { color: rgb(54,213,221); }
H1.HeaderClassName
{
color: #36D5DD;
}
.AnyTagClassName
{
color: #36D5DD;
}
</style>
background-color css
<style>
a { background-color: #36D5DD; }
a { background-color: rgb(54,213,221); }
div.DivClassName
{
background-color: #36D5DD;
}
.BgClassName
{
background-color: #36D5DD;
}
</style>
border-color css
<style>
span { border-color: #36D5DD; }
span { border-color: rgb(54,213,221); }
td.TdClassName
{
border-color: #36D5DD;
}
.TagClassName
{
border-color: #36D5DD;
}
</style>