#36D0C1

Color #36D0C1 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #36D0C1

Tints of Medium Turquoise #36D0C1

Color information

#36D0C1 (or 0x36D0C1) is unknown color: approx Medium Turquoise. HEX triplet: 36, D0 and C1. RGB value is (54,208,193). Sum of RGB (Red+Green+Blue) = 54+208+193=455 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.87% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #36D0C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D0C1 is #C92F3E. Grayscale: #A0A0A0. Windows color (decimal): -13184831 or 12701750. OLE color: 12701750.

HSL color Cylindrical-coordinate representation of color #36D0C1: hue angle of 174.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D0C1 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB54208193-
CMYK0.7400.070.18
HSL174.16º62.1%51.37%-
HSV(B)174.16º74.04%81.57%-
XYZ33.749.7558.28-
YUV160.24146.4852.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 11.87%
GREEN value IS 208 (81.64% from 255) = 45.71%
BLUE value IS 193 (75.78% from 255) = 42.42%
R=11.87%
G=45.71%
B=42.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal542081930.7400.070.18174.1662.151.37
Hex36D0C14A0712ae3e33
Octal6632030111207222567663
Binary1101101101000011000001100101001111001010101110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36D0C1; }

 p { color: rgb(54,208,193); }

 H1.HeaderClassName
 {
   color: #36D0C1;
 }
 .AnyTagClassName
 {
   color: #36D0C1;
 }
</style>
background-color css

<style>
 a { background-color: #36D0C1; }

 a { background-color: rgb(54,208,193); }

 div.DivClassName
 {
   background-color: #36D0C1;
 }
 .BgClassName
 {
   background-color: #36D0C1;
 }
</style>
border-color css

<style>
 span { border-color: #36D0C1; }

 span { border-color: rgb(54,208,193); }

 td.TdClassName
 {
   border-color: #36D0C1;
 }
 .TagClassName
 {
   border-color: #36D0C1;
 }
</style>