#37C7C8

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

Shades of Medium Turquoise #37C7C8

Tints of Medium Turquoise #37C7C8

Color information

#37C7C8 (or 0x37C7C8) is unknown color: approx Medium Turquoise. HEX triplet: 37, C7 and C8. RGB value is (55,199,200). Sum of RGB (Red+Green+Blue) = 55+199+200=454 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.11% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: blue. Hex color #37C7C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C7C8 is #C83837. Grayscale: #9B9B9B. Windows color (decimal): -13121592 or 13158199. OLE color: 13158199.

HSL color Cylindrical-coordinate representation of color #37C7C8: hue angle of 180.41º 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 #37C7C8 is Cyan = 0.72, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB55199200-
CMYK0.720.0000.22
HSL180.41º56.86%50%-
HSV(B)180.41º72.5%78.43%-
XYZ32.4245.8361.78-
YUV156.06152.7955.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.11%
GREEN value IS 199 (78.12% from 255) = 43.83%
BLUE value IS 200 (78.52% from 255) = 44.05%
R=12.11%
G=43.83%
B=44.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal551992000.720.0000.22180.4156.8650
Hex37C7C8480016b43932
Octal6730731011000262647162
Binary11011111000111110010001001000001011010110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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