#36D1C2

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

Shades of Medium Turquoise #36D1C2

Tints of Medium Turquoise #36D1C2

Color information

#36D1C2 (or 0x36D1C2) is unknown color: approx Medium Turquoise. HEX triplet: 36, D1 and C2. RGB value is (54,209,194). Sum of RGB (Red+Green+Blue) = 54+209+194=457 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.82% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #36D1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D1C2 is #C92E3D. Grayscale: #A0A0A0. Windows color (decimal): -13184574 or 12767542. OLE color: 12767542.

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

Color convert

RGB54209194-
CMYK0.7400.070.18
HSL174.19º62.75%51.57%-
HSV(B)174.19º74.16%81.96%-
XYZ34.0650.2858.95-
YUV160.94146.6551.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.82%
GREEN value IS 209 (82.03% from 255) = 45.73%
BLUE value IS 194 (76.17% from 255) = 42.45%
R=11.82%
G=45.73%
B=42.45%

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
Decimal542091940.7400.070.18174.1962.7551.57
Hex36D1C24A0712ae3f34
Octal6632130211207222567764
Binary1101101101000111000010100101001111001010101110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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