Html Css Color HEX #37E2DA Turquoise

📋 copy color: '#37E2DA'

red 55 ◦ green 226 ◦ blue 218

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

Shades of Turquoise #37E2DA

Tints of Turquoise #37E2DA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.29%

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 11.02%
G = 45.29%
B = 43.69%

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

#37E2DA (or 0x37E2DA) is known color: Turquoise. HEX triplet: 37, E2 and DA. RGB value is (55,226,218). Sum of RGB (Red+Green+Blue) = 55+226+218=499 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11.02% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #37E2DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E2DA is #C81D25. Grayscale: #ADADAD. Windows color (decimal): -13114662 or 14344759. OLE color: 14344759.

HSL color Cylindrical-coordinate representation of color #37E2DA: hue angle of 177.19º 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 #37E2DA is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 55 226 218 -
CMYK 0.76 0 0.04 0.11
HSL 177.19º 0.75% 0.55% -
HSV(B) 177.19º 0.76% 0.89% -
XYZ 41.43 60.27 75.78 -
YUV 173.96 152.85 43.15 -
System Red Green Blue C M Y K H S L
Decimal 55 226 218 0.76 0 0.04 0.11 177.19 0.75 0.55
Hex 37 E2 DA 4C 0 4 B B1 4B 37
Octal 67 342 332 114 0 4 13 261 113 67
Binary 110111 11100010 11011010 1001100 0 100 1011 10110001 1001011 110111

Color Harmonies of #37E2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E2DA

Black with #37E2DA

Text Example


Text Example

White with #37E2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,226,218); }

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

background-color css

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

 a { background-color: rgb(55,226,218); }

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

border-color css

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

 span { border-color: rgb(55,226,218); }

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