#37CDC7

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

Shades of Medium Turquoise #37CDC7

Tints of Medium Turquoise #37CDC7

Color information

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

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

Color convert

RGB55205199-
CMYK0.7300.030.20
HSL177.6º60%50.98%-
HSV(B)177.6º73.17%80.39%-
XYZ33.7248.661.64-
YUV159.47150.353.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal552051990.7300.030.20177.66050.98
Hex37CDC7490314b23c33
Octal6731530711103242627463
Binary110111110011011100011110010010111010010110010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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