Shades of Turquoise #36DFB6
Tints of Turquoise #36DFB6
RGB
CMYK
RGB Variations
Color information
#36DFB6 (or 0x36DFB6) is known color: Turquoise. HEX triplet: 36, DF and B6. RGB value is (54,223,182). Sum of RGB (Red+Green+Blue) = 54+223+182=459 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.76% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #36DFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DFB6 is #C92049. Grayscale: #A7A7A7. Windows color (decimal): -13181002 or 11984694. OLE color: 11984694.
HSL color Cylindrical-coordinate representation of color #36DFB6: hue angle of 165.44º degrees, saturation: 0.73, 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 #36DFB6 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 223 | 182 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.13 |
| HSL | 165.44º | 0.73% | 0.54% | - |
| HSV(B) | 165.44º | 0.76% | 0.87% | - |
| XYZ | 36.35 | 56.94 | 53.33 | - |
| YUV | 167.8 | 136.01 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 182 | 0.76 | 0 | 0.18 | 0.13 | 165.44 | 0.73 | 0.54 |
| Hex | 36 | DF | B6 | 4C | 0 | 12 | D | A5 | 49 | 36 |
| Octal | 66 | 337 | 266 | 114 | 0 | 22 | 15 | 245 | 111 | 66 |
| Binary | 110110 | 11011111 | 10110110 | 1001100 | 0 | 10010 | 1101 | 10100101 | 1001001 | 110110 |
Color Harmonies of #36DFB6
Complementary color
Monochromatic Colors of #36DFB6
Black with #36DFB6
Text Example
Text Example
White with #36DFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DFB6; }
p { color: rgb(54,223,182); }
H1.HeaderClassName
{
color: #36DFB6;
}
.AnyTagClassName
{
color: #36DFB6;
}
</style>
background-color css
<style>
a { background-color: #36DFB6; }
a { background-color: rgb(54,223,182); }
div.DivClassName
{
background-color: #36DFB6;
}
.BgClassName
{
background-color: #36DFB6;
}
</style>
border-color css
<style>
span { border-color: #36DFB6; }
span { border-color: rgb(54,223,182); }
td.TdClassName
{
border-color: #36DFB6;
}
.TagClassName
{
border-color: #36DFB6;
}
</style>