Shades of Turquoise #36F0CD
Tints of Turquoise #36F0CD
RGB
CMYK
RGB Variations
Color information
#36F0CD (or 0x36F0CD) is known color: Turquoise. HEX triplet: 36, F0 and CD. RGB value is (54,240,205). Sum of RGB (Red+Green+Blue) = 54+240+205=499 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.82% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #36F0CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F0CD is #C90F32. Grayscale: #B4B4B4. Windows color (decimal): -13176627 or 13496374. OLE color: 13496374.
HSL color Cylindrical-coordinate representation of color #36F0CD: hue angle of 168.71º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36F0CD is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 240 | 205 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.06 |
| HSL | 168.71º | 0.86% | 0.58% | - |
| HSV(B) | 168.71º | 0.78% | 0.94% | - |
| XYZ | 43.7 | 67.51 | 68.49 | - |
| YUV | 180.4 | 141.88 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 240 | 205 | 0.78 | 0 | 0.15 | 0.06 | 168.71 | 0.86 | 0.58 |
| Hex | 36 | F0 | CD | 4E | 0 | F | 6 | A9 | 56 | 3A |
| Octal | 66 | 360 | 315 | 116 | 0 | 17 | 6 | 251 | 126 | 72 |
| Binary | 110110 | 11110000 | 11001101 | 1001110 | 0 | 1111 | 110 | 10101001 | 1010110 | 111010 |
Color Harmonies of #36F0CD
Complementary color
Monochromatic Colors of #36F0CD
Black with #36F0CD
Text Example
Text Example
White with #36F0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F0CD; }
p { color: rgb(54,240,205); }
H1.HeaderClassName
{
color: #36F0CD;
}
.AnyTagClassName
{
color: #36F0CD;
}
</style>
background-color css
<style>
a { background-color: #36F0CD; }
a { background-color: rgb(54,240,205); }
div.DivClassName
{
background-color: #36F0CD;
}
.BgClassName
{
background-color: #36F0CD;
}
</style>
border-color css
<style>
span { border-color: #36F0CD; }
span { border-color: rgb(54,240,205); }
td.TdClassName
{
border-color: #36F0CD;
}
.TagClassName
{
border-color: #36F0CD;
}
</style>