Shades of Turquoise #36DFE6
Tints of Turquoise #36DFE6
RGB
CMYK
RGB Variations
Color information
#36DFE6 (or 0x36DFE6) is known color: Turquoise. HEX triplet: 36, DF and E6. RGB value is (54,223,230). Sum of RGB (Red+Green+Blue) = 54+223+230=507 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.65% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #36DFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DFE6 is #C92019. Grayscale: #ADADAD. Windows color (decimal): -13180954 or 15130422. OLE color: 15130422.
HSL color Cylindrical-coordinate representation of color #36DFE6: hue angle of 182.39º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36DFE6 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 223 | 230 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.10 |
| HSL | 182.39º | 0.78% | 0.56% | - |
| HSV(B) | 182.39º | 0.77% | 0.9% | - |
| XYZ | 42.19 | 59.27 | 84.08 | - |
| YUV | 173.27 | 160.01 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 230 | 0.77 | 0.03 | 0 | 0.10 | 182.39 | 0.78 | 0.56 |
| Hex | 36 | DF | E6 | 4D | 3 | 0 | A | B6 | 4E | 38 |
| Octal | 66 | 337 | 346 | 115 | 3 | 0 | 12 | 266 | 116 | 70 |
| Binary | 110110 | 11011111 | 11100110 | 1001101 | 11 | 0 | 1010 | 10110110 | 1001110 | 111000 |
Color Harmonies of #36DFE6
Complementary color
Monochromatic Colors of #36DFE6
Black with #36DFE6
Text Example
Text Example
White with #36DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DFE6; }
p { color: rgb(54,223,230); }
H1.HeaderClassName
{
color: #36DFE6;
}
.AnyTagClassName
{
color: #36DFE6;
}
</style>
background-color css
<style>
a { background-color: #36DFE6; }
a { background-color: rgb(54,223,230); }
div.DivClassName
{
background-color: #36DFE6;
}
.BgClassName
{
background-color: #36DFE6;
}
</style>
border-color css
<style>
span { border-color: #36DFE6; }
span { border-color: rgb(54,223,230); }
td.TdClassName
{
border-color: #36DFE6;
}
.TagClassName
{
border-color: #36DFE6;
}
</style>