Shades of Turquoise #36E3DF
Tints of Turquoise #36E3DF
RGB
CMYK
RGB Variations
Color information
#36E3DF (or 0x36E3DF) is known color: Turquoise. HEX triplet: 36, E3 and DF. RGB value is (54,227,223). Sum of RGB (Red+Green+Blue) = 54+227+223=504 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.71% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #36E3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E3DF is #C91C20. Grayscale: #AEAEAE. Windows color (decimal): -13179937 or 14672694. OLE color: 14672694.
HSL color Cylindrical-coordinate representation of color #36E3DF: hue angle of 178.61º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E3DF is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 227 | 223 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.11 |
| HSL | 178.61º | 0.76% | 0.55% | - |
| HSV(B) | 178.61º | 0.76% | 0.89% | - |
| XYZ | 42.31 | 61.05 | 79.37 | - |
| YUV | 174.82 | 155.19 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 227 | 223 | 0.76 | 0 | 0.02 | 0.11 | 178.61 | 0.76 | 0.55 |
| Hex | 36 | E3 | DF | 4C | 0 | 2 | B | B3 | 4C | 37 |
| Octal | 66 | 343 | 337 | 114 | 0 | 2 | 13 | 263 | 114 | 67 |
| Binary | 110110 | 11100011 | 11011111 | 1001100 | 0 | 10 | 1011 | 10110011 | 1001100 | 110111 |
Color Harmonies of #36E3DF
Complementary color
Monochromatic Colors of #36E3DF
Black with #36E3DF
Text Example
Text Example
White with #36E3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E3DF; }
p { color: rgb(54,227,223); }
H1.HeaderClassName
{
color: #36E3DF;
}
.AnyTagClassName
{
color: #36E3DF;
}
</style>
background-color css
<style>
a { background-color: #36E3DF; }
a { background-color: rgb(54,227,223); }
div.DivClassName
{
background-color: #36E3DF;
}
.BgClassName
{
background-color: #36E3DF;
}
</style>
border-color css
<style>
span { border-color: #36E3DF; }
span { border-color: rgb(54,227,223); }
td.TdClassName
{
border-color: #36E3DF;
}
.TagClassName
{
border-color: #36E3DF;
}
</style>