#37C7CD

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

Shades of Medium Turquoise #37C7CD

Tints of Medium Turquoise #37C7CD

Color information

#37C7CD (or 0x37C7CD) is unknown color: approx Medium Turquoise. HEX triplet: 37, C7 and CD. RGB value is (55,199,205). Sum of RGB (Red+Green+Blue) = 55+199+205=459 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.98% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #37C7CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C7CD is #C83832. Grayscale: #9C9C9C. Windows color (decimal): -13121587 or 13485879. OLE color: 13485879.

HSL color Cylindrical-coordinate representation of color #37C7CD: hue angle of 182.4º degrees, saturation: 0.6, 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 #37C7CD is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB55199205-
CMYK0.730.0300.20
HSL182.4º60%50.98%-
HSV(B)182.4º73.17%80.39%-
XYZ33.0246.0764.91-
YUV156.63155.2955.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.98%
GREEN value IS 199 (78.12% from 255) = 43.36%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=11.98%
G=43.36%
B=44.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal551992050.730.0300.20182.46050.98
Hex37C7CD493014b63c33
Octal6730731511130242667463
Binary110111110001111100110110010011101010010110110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,199,205); }

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

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

 a { background-color: rgb(55,199,205); }

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

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

 span { border-color: rgb(55,199,205); }

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