Html Css Color HEX #37FFBB Turquoise

📋 copy color: '#37FFBB'

red 55 ◦ green 255 ◦ blue 187

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

Shades of Turquoise #37FFBB

Tints of Turquoise #37FFBB

RGB

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

 GREEN value IS 255 (100% from 255) = 51.31%

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

R = 11.07%
G = 51.31%
B = 37.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#37FFBB (or 0x37FFBB) is known color: Turquoise. HEX triplet: 37, FF and BB. RGB value is (55,255,187). Sum of RGB (Red+Green+Blue) = 55+255+187=497 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.07% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FFBB is #C80044. Grayscale: #BBBBBB. Windows color (decimal): -13107269 or 12320567. OLE color: 12320567.

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

Color convert

RGB 55 255 187 -
CMYK 0.78 0 0.27 0
HSL 159.6º 1% 0.61% -
HSV(B) 159.6º 0.78% 1% -
XYZ 46.31 75.92 59.23 -
YUV 187.45 127.74 33.53 -
System Red Green Blue C M Y K H S L
Decimal 55 255 187 0.78 0 0.27 0 159.6 1 0.61
Hex 37 FF BB 4E 0 1B 0 A0 64 3D
Octal 67 377 273 116 0 33 0 240 144 75
Binary 110111 11111111 10111011 1001110 0 11011 0 10100000 1100100 111101

Color Harmonies of #37FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FFBB

Black with #37FFBB

Text Example


Text Example

White with #37FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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