#37CDBE

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

Shades of Medium Turquoise #37CDBE

Tints of Medium Turquoise #37CDBE

Color information

#37CDBE (or 0x37CDBE) is unknown color: approx Medium Turquoise. HEX triplet: 37, CD and BE. RGB value is (55,205,190). Sum of RGB (Red+Green+Blue) = 55+205+190=450 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.22% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDBE is #C83241. Grayscale: #9E9E9E. Windows color (decimal): -13120066 or 12504375. OLE color: 12504375.

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

Color convert

RGB55205190-
CMYK0.7300.070.20
HSL174º60%50.98%-
HSV(B)174º73.17%80.39%-
XYZ32.748.1956.29-
YUV158.44145.854.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.22%
GREEN value IS 205 (80.47% from 255) = 45.56%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=12.22%
G=45.56%
B=42.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal552051900.7300.070.201746050.98
Hex37CDBE490714ae3c33
Octal6731527611107242567463
Binary1101111100110110111110100100101111010010101110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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