Shades of Turquoise #36DCCF
Tints of Turquoise #36DCCF
RGB
CMYK
RGB Variations
Color information
#36DCCF (or 0x36DCCF) is known color: Turquoise. HEX triplet: 36, DC and CF. RGB value is (54,220,207). Sum of RGB (Red+Green+Blue) = 54+220+207=481 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.23% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #36DCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DCCF is #C92330. Grayscale: #A8A8A8. Windows color (decimal): -13181745 or 13622326. OLE color: 13622326.
HSL color Cylindrical-coordinate representation of color #36DCCF: hue angle of 175.3º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DCCF is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 207 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.14 |
| HSL | 175.3º | 0.7% | 0.54% | - |
| HSV(B) | 175.3º | 0.75% | 0.86% | - |
| XYZ | 38.38 | 56.48 | 67.91 | - |
| YUV | 168.88 | 149.5 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 207 | 0.75 | 0 | 0.06 | 0.14 | 175.3 | 0.7 | 0.54 |
| Hex | 36 | DC | CF | 4B | 0 | 6 | E | AF | 46 | 36 |
| Octal | 66 | 334 | 317 | 113 | 0 | 6 | 16 | 257 | 106 | 66 |
| Binary | 110110 | 11011100 | 11001111 | 1001011 | 0 | 110 | 1110 | 10101111 | 1000110 | 110110 |
Color Harmonies of #36DCCF
Complementary color
Monochromatic Colors of #36DCCF
Black with #36DCCF
Text Example
Text Example
White with #36DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DCCF; }
p { color: rgb(54,220,207); }
H1.HeaderClassName
{
color: #36DCCF;
}
.AnyTagClassName
{
color: #36DCCF;
}
</style>
background-color css
<style>
a { background-color: #36DCCF; }
a { background-color: rgb(54,220,207); }
div.DivClassName
{
background-color: #36DCCF;
}
.BgClassName
{
background-color: #36DCCF;
}
</style>
border-color css
<style>
span { border-color: #36DCCF; }
span { border-color: rgb(54,220,207); }
td.TdClassName
{
border-color: #36DCCF;
}
.TagClassName
{
border-color: #36DCCF;
}
</style>