Shades of Turquoise #36DAEA
Tints of Turquoise #36DAEA
RGB
CMYK
RGB Variations
Color information
#36DAEA (or 0x36DAEA) is known color: Turquoise. HEX triplet: 36, DA and EA. RGB value is (54,218,234). Sum of RGB (Red+Green+Blue) = 54+218+234=506 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.67% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #36DAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DAEA is #C92515. Grayscale: #AAAAAA. Windows color (decimal): -13182230 or 15391286. OLE color: 15391286.
HSL color Cylindrical-coordinate representation of color #36DAEA: hue angle of 185.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36DAEA is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 218 | 234 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.08 |
| HSL | 185.33º | 0.81% | 0.56% | - |
| HSV(B) | 185.33º | 0.77% | 0.92% | - |
| XYZ | 41.44 | 56.87 | 86.63 | - |
| YUV | 170.79 | 163.67 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 218 | 234 | 0.77 | 0.07 | 0 | 0.08 | 185.33 | 0.81 | 0.56 |
| Hex | 36 | DA | EA | 4D | 7 | 0 | 8 | B9 | 51 | 38 |
| Octal | 66 | 332 | 352 | 115 | 7 | 0 | 10 | 271 | 121 | 70 |
| Binary | 110110 | 11011010 | 11101010 | 1001101 | 111 | 0 | 1000 | 10111001 | 1010001 | 111000 |
Color Harmonies of #36DAEA
Complementary color
Monochromatic Colors of #36DAEA
Black with #36DAEA
Text Example
Text Example
White with #36DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DAEA; }
p { color: rgb(54,218,234); }
H1.HeaderClassName
{
color: #36DAEA;
}
.AnyTagClassName
{
color: #36DAEA;
}
</style>
background-color css
<style>
a { background-color: #36DAEA; }
a { background-color: rgb(54,218,234); }
div.DivClassName
{
background-color: #36DAEA;
}
.BgClassName
{
background-color: #36DAEA;
}
</style>
border-color css
<style>
span { border-color: #36DAEA; }
span { border-color: rgb(54,218,234); }
td.TdClassName
{
border-color: #36DAEA;
}
.TagClassName
{
border-color: #36DAEA;
}
</style>