Html Css Color HEX #37EABB Turquoise

📋 copy color: '#37EABB'

red 55 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #37EABB

Tints of Turquoise #37EABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.16%

 BLUE value IS 187 (73.44% from 255) = 39.29%

R = 11.55%
G = 49.16%
B = 39.29%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#37EABB (or 0x37EABB) is known color: Turquoise. HEX triplet: 37, EA and BB. RGB value is (55,234,187). Sum of RGB (Red+Green+Blue) = 55+234+187=476 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.55% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #37EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EABB is #C81544. Grayscale: #AFAFAF. Windows color (decimal): -13112645 or 12315191. OLE color: 12315191.

HSL color Cylindrical-coordinate representation of color #37EABB: hue angle of 164.25º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37EABB is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 234 187 -
CMYK 0.76 0 0.20 0.08
HSL 164.25º 0.81% 0.57% -
HSV(B) 164.25º 0.76% 0.92% -
XYZ 39.97 63.25 57.11 -
YUV 175.12 134.7 42.32 -
System Red Green Blue C M Y K H S L
Decimal 55 234 187 0.76 0 0.20 0.08 164.25 0.81 0.57
Hex 37 EA BB 4C 0 14 8 A4 51 39
Octal 67 352 273 114 0 24 10 244 121 71
Binary 110111 11101010 10111011 1001100 0 10100 1000 10100100 1010001 111001

Color Harmonies of #37EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EABB

Black with #37EABB

Text Example


Text Example

White with #37EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,234,187); }

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

background-color css

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

 a { background-color: rgb(55,234,187); }

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

border-color css

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

 span { border-color: rgb(55,234,187); }

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