#37CFD0

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

Shades of Medium Turquoise #37CFD0

Tints of Medium Turquoise #37CFD0

Color information

#37CFD0 (or 0x37CFD0) is unknown color: approx Medium Turquoise. HEX triplet: 37, CF and D0. RGB value is (55,207,208). Sum of RGB (Red+Green+Blue) = 55+207+208=470 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.70% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #37CFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFD0 is #C8302F. Grayscale: #A1A1A1. Windows color (decimal): -13119536 or 13684535. OLE color: 13684535.

HSL color Cylindrical-coordinate representation of color #37CFD0: hue angle of 180.39º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37CFD0 is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB55207208-
CMYK0.740.0000.18
HSL180.39º61.94%51.57%-
HSV(B)180.39º73.56%81.57%-
XYZ35.2749.9967.46-
YUV161.67154.1451.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.70%
GREEN value IS 207 (81.25% from 255) = 44.04%
BLUE value IS 208 (81.64% from 255) = 44.26%
R=11.70%
G=44.04%
B=44.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal552072080.740.0000.18180.3961.9451.57
Hex37CFD04A0012b43e34
Octal6731732011200222647664
Binary11011111001111110100001001010001001010110100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,207,208); }

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

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

 a { background-color: rgb(55,207,208); }

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

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

 span { border-color: rgb(55,207,208); }

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