Html Css Color HEX #37FCBA Turquoise

📋 copy color: '#37FCBA'

red 55 ◦ green 252 ◦ blue 186

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

Shades of Turquoise #37FCBA

Tints of Turquoise #37FCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.12%

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

R = 11.16%
G = 51.12%
B = 37.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#37FCBA (or 0x37FCBA) is known color: Turquoise. HEX triplet: 37, FC and BA. RGB value is (55,252,186). Sum of RGB (Red+Green+Blue) = 55+252+186=493 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.16% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FCBA is #C80345. Grayscale: #B9B9B9. Windows color (decimal): -13108038 or 12254263. OLE color: 12254263.

HSL color Cylindrical-coordinate representation of color #37FCBA: hue angle of 159.9º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FCBA is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 252 186 -
CMYK 0.78 0 0.26 0.01
HSL 159.9º 0.97% 0.6% -
HSV(B) 159.9º 0.78% 0.99% -
XYZ 45.25 73.98 58.35 -
YUV 185.57 128.23 34.87 -
System Red Green Blue C M Y K H S L
Decimal 55 252 186 0.78 0 0.26 0.01 159.9 0.97 0.6
Hex 37 FC BA 4E 0 1A 1 A0 61 3C
Octal 67 374 272 116 0 32 1 240 141 74
Binary 110111 11111100 10111010 1001110 0 11010 1 10100000 1100001 111100

Color Harmonies of #37FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FCBA

Black with #37FCBA

Text Example


Text Example

White with #37FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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