Html Css Color HEX #37EED5 Turquoise

📋 copy color: '#37EED5'

red 55 ◦ green 238 ◦ blue 213

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

Shades of Turquoise #37EED5

Tints of Turquoise #37EED5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.04%

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 10.87%
G = 47.04%
B = 42.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#37EED5 (or 0x37EED5) is known color: Turquoise. HEX triplet: 37, EE and D5. RGB value is (55,238,213). Sum of RGB (Red+Green+Blue) = 55+238+213=506 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.87% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #37EED5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EED5 is #C8112A. Grayscale: #B4B4B4. Windows color (decimal): -13111595 or 14020151. OLE color: 14020151.

HSL color Cylindrical-coordinate representation of color #37EED5: hue angle of 171.8º degrees, saturation: 0.84, 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 #37EED5 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 238 213 -
CMYK 0.77 0 0.11 0.07
HSL 171.8º 0.84% 0.57% -
HSV(B) 171.8º 0.77% 0.93% -
XYZ 44.16 66.77 73.51 -
YUV 180.43 146.37 38.53 -
System Red Green Blue C M Y K H S L
Decimal 55 238 213 0.77 0 0.11 0.07 171.8 0.84 0.57
Hex 37 EE D5 4D 0 B 7 AC 54 39
Octal 67 356 325 115 0 13 7 254 124 71
Binary 110111 11101110 11010101 1001101 0 1011 111 10101100 1010100 111001

Color Harmonies of #37EED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EED5

Black with #37EED5

Text Example


Text Example

White with #37EED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,238,213); }

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

background-color css

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

 a { background-color: rgb(55,238,213); }

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

border-color css

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

 span { border-color: rgb(55,238,213); }

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