Html Css Color HEX #37F0BA Turquoise

📋 copy color: '#37F0BA'

red 55 ◦ green 240 ◦ blue 186

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

Shades of Turquoise #37F0BA

Tints of Turquoise #37F0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.9%

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

R = 11.43%
G = 49.9%
B = 38.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#37F0BA (or 0x37F0BA) is known color: Turquoise. HEX triplet: 37, F0 and BA. RGB value is (55,240,186). Sum of RGB (Red+Green+Blue) = 55+240+186=481 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.43% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #37F0BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F0BA is #C80F45. Grayscale: #B2B2B2. Windows color (decimal): -13111110 or 12251191. OLE color: 12251191.

HSL color Cylindrical-coordinate representation of color #37F0BA: hue angle of 162.49º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F0BA is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 240 186 -
CMYK 0.77 0 0.22 0.06
HSL 162.49º 0.86% 0.58% -
HSV(B) 162.49º 0.77% 0.94% -
XYZ 41.6 66.68 57.13 -
YUV 178.53 132.21 39.89 -
System Red Green Blue C M Y K H S L
Decimal 55 240 186 0.77 0 0.22 0.06 162.49 0.86 0.58
Hex 37 F0 BA 4D 0 16 6 A2 56 3A
Octal 67 360 272 115 0 26 6 242 126 72
Binary 110111 11110000 10111010 1001101 0 10110 110 10100010 1010110 111010

Color Harmonies of #37F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F0BA

Black with #37F0BA

Text Example


Text Example

White with #37F0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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