Shades of Turquoise #36DFC2
Tints of Turquoise #36DFC2
RGB
CMYK
RGB Variations
Color information
#36DFC2 (or 0x36DFC2) is known color: Turquoise. HEX triplet: 36, DF and C2. RGB value is (54,223,194). Sum of RGB (Red+Green+Blue) = 54+223+194=471 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.46% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #36DFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DFC2 is #C9203D. Grayscale: #A9A9A9. Windows color (decimal): -13180990 or 12771126. OLE color: 12771126.
HSL color Cylindrical-coordinate representation of color #36DFC2: hue angle of 169.7º 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 #36DFC2 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 223 | 194 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.13 |
| HSL | 169.7º | 0.73% | 0.54% | - |
| HSV(B) | 169.7º | 0.76% | 0.87% | - |
| XYZ | 37.65 | 57.45 | 60.14 | - |
| YUV | 169.16 | 142.01 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 194 | 0.76 | 0 | 0.13 | 0.13 | 169.7 | 0.73 | 0.54 |
| Hex | 36 | DF | C2 | 4C | 0 | D | D | AA | 49 | 36 |
| Octal | 66 | 337 | 302 | 114 | 0 | 15 | 15 | 252 | 111 | 66 |
| Binary | 110110 | 11011111 | 11000010 | 1001100 | 0 | 1101 | 1101 | 10101010 | 1001001 | 110110 |
Color Harmonies of #36DFC2
Complementary color
Monochromatic Colors of #36DFC2
Black with #36DFC2
Text Example
Text Example
White with #36DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DFC2; }
p { color: rgb(54,223,194); }
H1.HeaderClassName
{
color: #36DFC2;
}
.AnyTagClassName
{
color: #36DFC2;
}
</style>
background-color css
<style>
a { background-color: #36DFC2; }
a { background-color: rgb(54,223,194); }
div.DivClassName
{
background-color: #36DFC2;
}
.BgClassName
{
background-color: #36DFC2;
}
</style>
border-color css
<style>
span { border-color: #36DFC2; }
span { border-color: rgb(54,223,194); }
td.TdClassName
{
border-color: #36DFC2;
}
.TagClassName
{
border-color: #36DFC2;
}
</style>