Html Css Color HEX #37FBBA Turquoise

📋 copy color: '#37FBBA'

red 55 ◦ green 251 ◦ blue 186

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

Shades of Turquoise #37FBBA

Tints of Turquoise #37FBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.02%

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

R = 11.18%
G = 51.02%
B = 37.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#37FBBA (or 0x37FBBA) is known color: Turquoise. HEX triplet: 37, FB and BA. RGB value is (55,251,186). Sum of RGB (Red+Green+Blue) = 55+251+186=492 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.18% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #37FBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FBBA is #C80445. Grayscale: #B9B9B9. Windows color (decimal): -13108294 or 12254007. OLE color: 12254007.

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

Color convert

RGB 55 251 186 -
CMYK 0.78 0 0.26 0.02
HSL 160.1º 0.96% 0.6% -
HSV(B) 160.1º 0.78% 0.98% -
XYZ 44.94 73.35 58.24 -
YUV 184.99 128.57 35.29 -
System Red Green Blue C M Y K H S L
Decimal 55 251 186 0.78 0 0.26 0.02 160.1 0.96 0.6
Hex 37 FB BA 4E 0 1A 2 A0 60 3C
Octal 67 373 272 116 0 32 2 240 140 74
Binary 110111 11111011 10111010 1001110 0 11010 10 10100000 1100000 111100

Color Harmonies of #37FBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FBBA

Black with #37FBBA

Text Example


Text Example

White with #37FBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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