#37CCC4

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

Shades of Medium Turquoise #37CCC4

Tints of Medium Turquoise #37CCC4

Color information

#37CCC4 (or 0x37CCC4) is unknown color: approx Medium Turquoise. HEX triplet: 37, CC and C4. RGB value is (55,204,196). Sum of RGB (Red+Green+Blue) = 55+204+196=455 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.09% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #37CCC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCC4 is #C8333B. Grayscale: #9E9E9E. Windows color (decimal): -13120316 or 12897335. OLE color: 12897335.

HSL color Cylindrical-coordinate representation of color #37CCC4: hue angle of 176.78º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CCC4 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB55204196-
CMYK0.7300.040.2
HSL176.78º59.36%50.78%-
HSV(B)176.78º73.04%80%-
XYZ33.1347.9859.74-
YUV158.54149.1454.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.09%
GREEN value IS 204 (80.08% from 255) = 44.84%
BLUE value IS 196 (76.95% from 255) = 43.08%
R=12.09%
G=44.84%
B=43.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal552041960.7300.040.2176.7859.3650.78
Hex37CCC4490414b13b33
Octal6731430411104242617363
Binary1101111100110011000100100100101001010010110001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37CCC4; }

 p { color: rgb(55,204,196); }

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

<style>
 a { background-color: #37CCC4; }

 a { background-color: rgb(55,204,196); }

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

<style>
 span { border-color: #37CCC4; }

 span { border-color: rgb(55,204,196); }

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