Html Css Color HEX #37FEBB Turquoise

📋 copy color: '#37FEBB'

red 55 ◦ green 254 ◦ blue 187

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

Shades of Turquoise #37FEBB

Tints of Turquoise #37FEBB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.21%

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 11.09%
G = 51.21%
B = 37.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#37FEBB (or 0x37FEBB) is known color: Turquoise. HEX triplet: 37, FE and BB. RGB value is (55,254,187). Sum of RGB (Red+Green+Blue) = 55+254+187=496 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.09% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FEBB is #C80144. Grayscale: #BABABA. Windows color (decimal): -13107525 or 12320311. OLE color: 12320311.

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

Color convert

RGB 55 254 187 -
CMYK 0.78 0 0.26 0.00
HSL 159.8º 0.99% 0.61% -
HSV(B) 159.8º 0.78% 1% -
XYZ 45.99 75.28 59.12 -
YUV 186.86 128.07 33.95 -
System Red Green Blue C M Y K H S L
Decimal 55 254 187 0.78 0 0.26 0.00 159.8 0.99 0.61
Hex 37 FE BB 4E 0 1A 0 A0 63 3D
Octal 67 376 273 116 0 32 0 240 143 75
Binary 110111 11111110 10111011 1001110 0 11010 0 10100000 1100011 111101

Color Harmonies of #37FEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FEBB

Black with #37FEBB

Text Example


Text Example

White with #37FEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,254,187); }

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

background-color css

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

 a { background-color: rgb(55,254,187); }

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

border-color css

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

 span { border-color: rgb(55,254,187); }

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