Html Css Color HEX #37E3DB Turquoise

📋 copy color: '#37E3DB'

red 55 ◦ green 227 ◦ blue 219

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

Shades of Turquoise #37E3DB

Tints of Turquoise #37E3DB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.31%

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 10.98%
G = 45.31%
B = 43.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#37E3DB (or 0x37E3DB) is known color: Turquoise. HEX triplet: 37, E3 and DB. RGB value is (55,227,219). Sum of RGB (Red+Green+Blue) = 55+227+219=501 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.98% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #37E3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E3DB is #C81C24. Grayscale: #AEAEAE. Windows color (decimal): -13114405 or 14410551. OLE color: 14410551.

HSL color Cylindrical-coordinate representation of color #37E3DB: hue angle of 177.21º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E3DB is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 55 227 219 -
CMYK 0.76 0 0.04 0.11
HSL 177.21º 0.75% 0.55% -
HSV(B) 177.21º 0.76% 0.89% -
XYZ 41.83 60.86 76.56 -
YUV 174.66 153.02 42.65 -
System Red Green Blue C M Y K H S L
Decimal 55 227 219 0.76 0 0.04 0.11 177.21 0.75 0.55
Hex 37 E3 DB 4C 0 4 B B1 4B 37
Octal 67 343 333 114 0 4 13 261 113 67
Binary 110111 11100011 11011011 1001100 0 100 1011 10110001 1001011 110111

Color Harmonies of #37E3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E3DB

Black with #37E3DB

Text Example


Text Example

White with #37E3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,227,219); }

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

background-color css

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

 a { background-color: rgb(55,227,219); }

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

border-color css

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

 span { border-color: rgb(55,227,219); }

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