Html Css Color HEX #37ECDC Turquoise

📋 copy color: '#37ECDC'

red 55 ◦ green 236 ◦ blue 220

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

Shades of Turquoise #37ECDC

Tints of Turquoise #37ECDC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.18%

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

R = 10.76%
G = 46.18%
B = 43.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#37ECDC (or 0x37ECDC) is known color: Turquoise. HEX triplet: 37, EC and DC. RGB value is (55,236,220). Sum of RGB (Red+Green+Blue) = 55+236+220=511 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.76% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #37ECDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37ECDC is #C81323. Grayscale: #B3B3B3. Windows color (decimal): -13112100 or 14478391. OLE color: 14478391.

HSL color Cylindrical-coordinate representation of color #37ECDC: hue angle of 174.7º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37ECDC is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 236 220 -
CMYK 0.77 0 0.07 0.07
HSL 174.7º 0.83% 0.57% -
HSV(B) 174.7º 0.77% 0.93% -
XYZ 44.49 65.97 78.1 -
YUV 180.06 150.53 38.8 -
System Red Green Blue C M Y K H S L
Decimal 55 236 220 0.77 0 0.07 0.07 174.7 0.83 0.57
Hex 37 EC DC 4D 0 7 7 AF 53 39
Octal 67 354 334 115 0 7 7 257 123 71
Binary 110111 11101100 11011100 1001101 0 111 111 10101111 1010011 111001

Color Harmonies of #37ECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ECDC

Black with #37ECDC

Text Example


Text Example

White with #37ECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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