Html Css Color HEX #37EED7 Turquoise

📋 copy color: '#37EED7'

red 55 ◦ green 238 ◦ blue 215

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

Shades of Turquoise #37EED7

Tints of Turquoise #37EED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.32%

R = 10.83%
G = 46.85%
B = 42.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#37EED7 (or 0x37EED7) is known color: Turquoise. HEX triplet: 37, EE and D7. RGB value is (55,238,215). Sum of RGB (Red+Green+Blue) = 55+238+215=508 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.83% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #37EED7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EED7 is #C81128. Grayscale: #B4B4B4. Windows color (decimal): -13111593 or 14151223. OLE color: 14151223.

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

Color convert

RGB 55 238 215 -
CMYK 0.77 0 0.10 0.07
HSL 172.46º 0.84% 0.57% -
HSV(B) 172.46º 0.77% 0.93% -
XYZ 44.42 66.87 74.86 -
YUV 180.66 147.37 38.37 -
System Red Green Blue C M Y K H S L
Decimal 55 238 215 0.77 0 0.10 0.07 172.46 0.84 0.57
Hex 37 EE D7 4D 0 A 7 AC 54 39
Octal 67 356 327 115 0 12 7 254 124 71
Binary 110111 11101110 11010111 1001101 0 1010 111 10101100 1010100 111001

Color Harmonies of #37EED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EED7

Black with #37EED7

Text Example


Text Example

White with #37EED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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