Html Css Color HEX #37EEBF Turquoise

📋 copy color: '#37EEBF'

red 55 ◦ green 238 ◦ blue 191

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

Shades of Turquoise #37EEBF

Tints of Turquoise #37EEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.46%

R = 11.36%
G = 49.17%
B = 39.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#37EEBF (or 0x37EEBF) is known color: Turquoise. HEX triplet: 37, EE and BF. RGB value is (55,238,191). Sum of RGB (Red+Green+Blue) = 55+238+191=484 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.36% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #37EEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EEBF is #C81140. Grayscale: #B1B1B1. Windows color (decimal): -13111617 or 12578359. OLE color: 12578359.

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

Color convert

RGB 55 238 191 -
CMYK 0.77 0 0.20 0.07
HSL 164.59º 0.84% 0.57% -
HSV(B) 164.59º 0.77% 0.93% -
XYZ 41.55 65.72 59.79 -
YUV 177.93 135.37 40.32 -
System Red Green Blue C M Y K H S L
Decimal 55 238 191 0.77 0 0.20 0.07 164.59 0.84 0.57
Hex 37 EE BF 4D 0 14 7 A5 54 39
Octal 67 356 277 115 0 24 7 245 124 71
Binary 110111 11101110 10111111 1001101 0 10100 111 10100101 1010100 111001

Color Harmonies of #37EEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EEBF

Black with #37EEBF

Text Example


Text Example

White with #37EEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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