Html Css Color HEX #37F2BA Turquoise

📋 copy color: '#37F2BA'

red 55 ◦ green 242 ◦ blue 186

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

Shades of Turquoise #37F2BA

Tints of Turquoise #37F2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.1%

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 11.39%
G = 50.1%
B = 38.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#37F2BA (or 0x37F2BA) is known color: Turquoise. HEX triplet: 37, F2 and BA. RGB value is (55,242,186). Sum of RGB (Red+Green+Blue) = 55+242+186=483 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.39% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #37F2BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F2BA is #C80D45. Grayscale: #B3B3B3. Windows color (decimal): -13110598 or 12251703. OLE color: 12251703.

HSL color Cylindrical-coordinate representation of color #37F2BA: hue angle of 162.03º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F2BA is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 242 186 -
CMYK 0.77 0 0.23 0.05
HSL 162.03º 0.88% 0.58% -
HSV(B) 162.03º 0.77% 0.95% -
XYZ 42.19 67.86 57.33 -
YUV 179.7 131.55 39.05 -
System Red Green Blue C M Y K H S L
Decimal 55 242 186 0.77 0 0.23 0.05 162.03 0.88 0.58
Hex 37 F2 BA 4D 0 17 5 A2 58 3A
Octal 67 362 272 115 0 27 5 242 130 72
Binary 110111 11110010 10111010 1001101 0 10111 101 10100010 1011000 111010

Color Harmonies of #37F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F2BA

Black with #37F2BA

Text Example


Text Example

White with #37F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,242,186); }

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

background-color css

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

 a { background-color: rgb(55,242,186); }

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

border-color css

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

 span { border-color: rgb(55,242,186); }

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