Shades of Turquoise #36FFDD
Tints of Turquoise #36FFDD
RGB
CMYK
RGB Variations
Color information
#36FFDD (or 0x36FFDD) is known color: Turquoise. HEX triplet: 36, FF and DD. RGB value is (54,255,221). Sum of RGB (Red+Green+Blue) = 54+255+221=530 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.19% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFDD is #C90022. Grayscale: #BEBEBE. Windows color (decimal): -13172771 or 14548790. OLE color: 14548790.
HSL color Cylindrical-coordinate representation of color #36FFDD: hue angle of 169.85º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FFDD is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 221 | - |
| CMYK | 0.79 | 0 | 0.13 | 0 |
| HSL | 169.85º | 1% | 0.61% | - |
| HSV(B) | 169.85º | 0.79% | 1% | - |
| XYZ | 50.33 | 77.52 | 80.72 | - |
| YUV | 191.03 | 144.91 | 30.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 221 | 0.79 | 0 | 0.13 | 0 | 169.85 | 1 | 0.61 |
| Hex | 36 | FF | DD | 4F | 0 | D | 0 | AA | 64 | 3D |
| Octal | 66 | 377 | 335 | 117 | 0 | 15 | 0 | 252 | 144 | 75 |
| Binary | 110110 | 11111111 | 11011101 | 1001111 | 0 | 1101 | 0 | 10101010 | 1100100 | 111101 |
Color Harmonies of #36FFDD
Complementary color
Monochromatic Colors of #36FFDD
Black with #36FFDD
Text Example
Text Example
White with #36FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFDD; }
p { color: rgb(54,255,221); }
H1.HeaderClassName
{
color: #36FFDD;
}
.AnyTagClassName
{
color: #36FFDD;
}
</style>
background-color css
<style>
a { background-color: #36FFDD; }
a { background-color: rgb(54,255,221); }
div.DivClassName
{
background-color: #36FFDD;
}
.BgClassName
{
background-color: #36FFDD;
}
</style>
border-color css
<style>
span { border-color: #36FFDD; }
span { border-color: rgb(54,255,221); }
td.TdClassName
{
border-color: #36FFDD;
}
.TagClassName
{
border-color: #36FFDD;
}
</style>