Html Css Color HEX #37FFB3 Turquoise

📋 copy color: '#37FFB3'

red 55 ◦ green 255 ◦ blue 179

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

Shades of Turquoise #37FFB3

Tints of Turquoise #37FFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.61%

R = 11.25%
G = 52.15%
B = 36.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#37FFB3 (or 0x37FFB3) is known color: Turquoise. HEX triplet: 37, FF and B3. RGB value is (55,255,179). Sum of RGB (Red+Green+Blue) = 55+255+179=489 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.25% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FFB3 is #C8004C. Grayscale: #BABABA. Windows color (decimal): -13107277 or 11796279. OLE color: 11796279.

HSL color Cylindrical-coordinate representation of color #37FFB3: hue angle of 157.2º 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 #37FFB3 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 55 255 179 -
CMYK 0.78 0 0.30 0
HSL 157.2º 1% 0.61% -
HSV(B) 157.2º 0.78% 1% -
XYZ 45.47 75.59 54.84 -
YUV 186.54 123.74 34.18 -
System Red Green Blue C M Y K H S L
Decimal 55 255 179 0.78 0 0.30 0 157.2 1 0.61
Hex 37 FF B3 4E 0 1E 0 9D 64 3D
Octal 67 377 263 116 0 36 0 235 144 75
Binary 110111 11111111 10110011 1001110 0 11110 0 10011101 1100100 111101

Color Harmonies of #37FFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FFB3

Black with #37FFB3

Text Example


Text Example

White with #37FFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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