Html Css Color HEX #37EEB8 Turquoise

📋 copy color: '#37EEB8'

red 55 ◦ green 238 ◦ blue 184

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

Shades of Turquoise #37EEB8

Tints of Turquoise #37EEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.57%

R = 11.53%
G = 49.9%
B = 38.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#37EEB8 (or 0x37EEB8) is known color: Turquoise. HEX triplet: 37, EE and B8. RGB value is (55,238,184). Sum of RGB (Red+Green+Blue) = 55+238+184=477 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.53% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #37EEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EEB8 is #C81147. Grayscale: #B1B1B1. Windows color (decimal): -13111624 or 12119607. OLE color: 12119607.

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

Color convert

RGB 55 238 184 -
CMYK 0.77 0 0.23 0.07
HSL 162.3º 0.84% 0.57% -
HSV(B) 162.3º 0.77% 0.93% -
XYZ 40.8 65.42 55.82 -
YUV 177.13 131.87 40.89 -
System Red Green Blue C M Y K H S L
Decimal 55 238 184 0.77 0 0.23 0.07 162.3 0.84 0.57
Hex 37 EE B8 4D 0 17 7 A2 54 39
Octal 67 356 270 115 0 27 7 242 124 71
Binary 110111 11101110 10111000 1001101 0 10111 111 10100010 1010100 111001

Color Harmonies of #37EEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EEB8

Black with #37EEB8

Text Example


Text Example

White with #37EEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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