Html Css Color HEX #37F5BA Turquoise

📋 copy color: '#37F5BA'

red 55 ◦ green 245 ◦ blue 186

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

Shades of Turquoise #37F5BA

Tints of Turquoise #37F5BA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.41%

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

R = 11.32%
G = 50.41%
B = 38.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#37F5BA (or 0x37F5BA) is known color: Turquoise. HEX triplet: 37, F5 and BA. RGB value is (55,245,186). Sum of RGB (Red+Green+Blue) = 55+245+186=486 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.32% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #37F5BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F5BA is #C80A45. Grayscale: #B5B5B5. Windows color (decimal): -13109830 or 12252471. OLE color: 12252471.

HSL color Cylindrical-coordinate representation of color #37F5BA: hue angle of 161.37º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F5BA is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 55 245 186 -
CMYK 0.78 0 0.24 0.04
HSL 161.37º 0.9% 0.59% -
HSV(B) 161.37º 0.78% 0.96% -
XYZ 43.09 69.66 57.63 -
YUV 181.46 130.55 37.8 -
System Red Green Blue C M Y K H S L
Decimal 55 245 186 0.78 0 0.24 0.04 161.37 0.9 0.59
Hex 37 F5 BA 4E 0 18 4 A1 5A 3B
Octal 67 365 272 116 0 30 4 241 132 73
Binary 110111 11110101 10111010 1001110 0 11000 100 10100001 1011010 111011

Color Harmonies of #37F5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F5BA

Black with #37F5BA

Text Example


Text Example

White with #37F5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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