Html Css Color HEX #37E0DC Turquoise

📋 copy color: '#37E0DC'

red 55 ◦ green 224 ◦ blue 220

#37E0DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #37E0DC

Tints of Turquoise #37E0DC

RGB

 RED value IS 55 (21.88% from 255) = 11.02%

 GREEN value IS 224 (87.89% from 255) = 44.89%

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 11.02%
G = 44.89%
B = 44.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#37E0DC (or 0x37E0DC) is known color: Turquoise. HEX triplet: 37, E0 and DC. RGB value is (55,224,220). Sum of RGB (Red+Green+Blue) = 55+224+220=499 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11.02% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #37E0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E0DC is #C81F23. Grayscale: #ACACAC. Windows color (decimal): -13115172 or 14475319. OLE color: 14475319.

HSL color Cylindrical-coordinate representation of color #37E0DC: hue angle of 178.58º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37E0DC is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 224 220 -
CMYK 0.75 0 0.02 0.12
HSL 178.58º 0.73% 0.55% -
HSV(B) 178.58º 0.75% 0.88% -
XYZ 41.15 59.29 76.99 -
YUV 173.01 154.51 43.83 -
System Red Green Blue C M Y K H S L
Decimal 55 224 220 0.75 0 0.02 0.12 178.58 0.73 0.55
Hex 37 E0 DC 4B 0 2 C B3 49 37
Octal 67 340 334 113 0 2 14 263 111 67
Binary 110111 11100000 11011100 1001011 0 10 1100 10110011 1001001 110111

Color Harmonies of #37E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E0DC

Black with #37E0DC

Text Example


Text Example

White with #37E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,224,220); }

 H1.HeaderClassName
 {
   color: #37E0DC;
 }
 .AnyTagClassName
 {
   color: #37E0DC;
 }
</style>

background-color css

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

 a { background-color: rgb(55,224,220); }

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

border-color css

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

 span { border-color: rgb(55,224,220); }

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