#37CFD4

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

Shades of Medium Turquoise #37CFD4

Tints of Medium Turquoise #37CFD4

Color information

#37CFD4 (or 0x37CFD4) is unknown color: approx Medium Turquoise. HEX triplet: 37, CF and D4. RGB value is (55,207,212). Sum of RGB (Red+Green+Blue) = 55+207+212=474 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.60% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 212 - color contains mainly: blue. Hex color #37CFD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFD4 is #C8302B. Grayscale: #A1A1A1. Windows color (decimal): -13119532 or 13946679. OLE color: 13946679.

HSL color Cylindrical-coordinate representation of color #37CFD4: hue angle of 181.91º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37CFD4 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB55207212-
CMYK0.740.0200.17
HSL181.91º64.61%52.35%-
HSV(B)181.91º74.06%83.14%-
XYZ35.7750.1970.09-
YUV162.12156.1451.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.60%
GREEN value IS 207 (81.25% from 255) = 43.67%
BLUE value IS 212 (83.20% from 255) = 44.73%
R=11.60%
G=43.67%
B=44.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal552072120.740.0200.17181.9164.6152.35
Hex37CFD44A2011b64134
Octal67317324112202126610164
Binary1101111100111111010100100101010010001101101101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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