Shades of Turquoise #36D2DF
Tints of Turquoise #36D2DF
RGB
CMYK
RGB Variations
Color information
#36D2DF (or 0x36D2DF) is known color: Turquoise. HEX triplet: 36, D2 and DF. RGB value is (54,210,223). Sum of RGB (Red+Green+Blue) = 54+210+223=487 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.09% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #36D2DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D2DF is #C92D20. Grayscale: #A4A4A4. Windows color (decimal): -13184289 or 14668342. OLE color: 14668342.
HSL color Cylindrical-coordinate representation of color #36D2DF: hue angle of 184.62º 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 #36D2DF is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 210 | 223 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.13 |
| HSL | 184.62º | 0.73% | 0.54% | - |
| HSV(B) | 184.62º | 0.76% | 0.87% | - |
| XYZ | 37.89 | 52.21 | 77.89 | - |
| YUV | 164.84 | 160.82 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 210 | 223 | 0.76 | 0.06 | 0 | 0.13 | 184.62 | 0.73 | 0.54 |
| Hex | 36 | D2 | DF | 4C | 6 | 0 | D | B9 | 49 | 36 |
| Octal | 66 | 322 | 337 | 114 | 6 | 0 | 15 | 271 | 111 | 66 |
| Binary | 110110 | 11010010 | 11011111 | 1001100 | 110 | 0 | 1101 | 10111001 | 1001001 | 110110 |
Color Harmonies of #36D2DF
Complementary color
Monochromatic Colors of #36D2DF
Black with #36D2DF
Text Example
Text Example
White with #36D2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D2DF; }
p { color: rgb(54,210,223); }
H1.HeaderClassName
{
color: #36D2DF;
}
.AnyTagClassName
{
color: #36D2DF;
}
</style>
background-color css
<style>
a { background-color: #36D2DF; }
a { background-color: rgb(54,210,223); }
div.DivClassName
{
background-color: #36D2DF;
}
.BgClassName
{
background-color: #36D2DF;
}
</style>
border-color css
<style>
span { border-color: #36D2DF; }
span { border-color: rgb(54,210,223); }
td.TdClassName
{
border-color: #36D2DF;
}
.TagClassName
{
border-color: #36D2DF;
}
</style>