#36C7C0

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

Shades of Medium Turquoise #36C7C0

Tints of Medium Turquoise #36C7C0

Color information

#36C7C0 (or 0x36C7C0) is unknown color: approx Medium Turquoise. HEX triplet: 36, C7 and C0. RGB value is (54,199,192). Sum of RGB (Red+Green+Blue) = 54+199+192=445 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.13% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 199 - color contains mainly: green. Hex color #36C7C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C7C0 is #C9383F. Grayscale: #9A9A9A. Windows color (decimal): -13187136 or 12633910. OLE color: 12633910.

HSL color Cylindrical-coordinate representation of color #36C7C0: hue angle of 177.1º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C7C0 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB54199192-
CMYK0.7300.040.22
HSL177.1º57.31%49.61%-
HSV(B)177.1º72.86%78.04%-
XYZ31.4645.4456.98-
YUV154.85148.9656.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.13%
GREEN value IS 199 (78.12% from 255) = 44.72%
BLUE value IS 192 (75.39% from 255) = 43.15%
R=12.13%
G=44.72%
B=43.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal541991920.7300.040.22177.157.3149.61
Hex36C7C0490416b13932
Octal6630730011104262617162
Binary1101101100011111000000100100101001011010110001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,199,192); }

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

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

 a { background-color: rgb(54,199,192); }

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

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

 span { border-color: rgb(54,199,192); }

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