#36D3C2

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

Shades of Medium Turquoise #36D3C2

Tints of Medium Turquoise #36D3C2

Color information

#36D3C2 (or 0x36D3C2) is unknown color: approx Medium Turquoise. HEX triplet: 36, D3 and C2. RGB value is (54,211,194). Sum of RGB (Red+Green+Blue) = 54+211+194=459 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.76% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 211 - color contains mainly: green. Hex color #36D3C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D3C2 is #C92C3D. Grayscale: #A2A2A2. Windows color (decimal): -13184062 or 12768054. OLE color: 12768054.

HSL color Cylindrical-coordinate representation of color #36D3C2: hue angle of 173.5º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D3C2 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB54211194-
CMYK0.7400.080.17
HSL173.5º64.08%51.96%-
HSV(B)173.5º74.41%82.75%-
XYZ34.5551.2759.11-
YUV162.12145.9950.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.76%
GREEN value IS 211 (82.81% from 255) = 45.97%
BLUE value IS 194 (76.17% from 255) = 42.27%
R=11.76%
G=45.97%
B=42.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal542111940.7400.080.17173.564.0851.96
Hex36D3C24A0811ae4034
Octal663233021120102125610064
Binary110110110100111100001010010100100010001101011101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,211,194); }

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

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

 a { background-color: rgb(54,211,194); }

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

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

 span { border-color: rgb(54,211,194); }

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