Shades of Turquoise #36FFDE
Tints of Turquoise #36FFDE
RGB
CMYK
RGB Variations
Color information
#36FFDE (or 0x36FFDE) is known color: Turquoise. HEX triplet: 36, FF and DE. RGB value is (54,255,222). Sum of RGB (Red+Green+Blue) = 54+255+222=531 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.17% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFDE is #C90021. Grayscale: #BFBFBF. Windows color (decimal): -13172770 or 14614326. OLE color: 14614326.
HSL color Cylindrical-coordinate representation of color #36FFDE: hue angle of 170.15º 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 #36FFDE is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 222 | - |
| CMYK | 0.79 | 0 | 0.13 | 0 |
| HSL | 170.15º | 1% | 0.61% | - |
| HSV(B) | 170.15º | 0.79% | 1% | - |
| XYZ | 50.47 | 77.58 | 81.42 | - |
| YUV | 191.14 | 145.41 | 30.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 222 | 0.79 | 0 | 0.13 | 0 | 170.15 | 1 | 0.61 |
| Hex | 36 | FF | DE | 4F | 0 | D | 0 | AA | 64 | 3D |
| Octal | 66 | 377 | 336 | 117 | 0 | 15 | 0 | 252 | 144 | 75 |
| Binary | 110110 | 11111111 | 11011110 | 1001111 | 0 | 1101 | 0 | 10101010 | 1100100 | 111101 |
Color Harmonies of #36FFDE
Complementary color
Monochromatic Colors of #36FFDE
Black with #36FFDE
Text Example
Text Example
White with #36FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFDE; }
p { color: rgb(54,255,222); }
H1.HeaderClassName
{
color: #36FFDE;
}
.AnyTagClassName
{
color: #36FFDE;
}
</style>
background-color css
<style>
a { background-color: #36FFDE; }
a { background-color: rgb(54,255,222); }
div.DivClassName
{
background-color: #36FFDE;
}
.BgClassName
{
background-color: #36FFDE;
}
</style>
border-color css
<style>
span { border-color: #36FFDE; }
span { border-color: rgb(54,255,222); }
td.TdClassName
{
border-color: #36FFDE;
}
.TagClassName
{
border-color: #36FFDE;
}
</style>