Html Css Color HEX #37FAB0 Turquoise

📋 copy color: '#37FAB0'

red 55 ◦ green 250 ◦ blue 176

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

Shades of Turquoise #37FAB0

Tints of Turquoise #37FAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.98%

 BLUE value IS 176 (69.14% from 255) = 36.59%

R = 11.43%
G = 51.98%
B = 36.59%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#37FAB0 (or 0x37FAB0) is known color: Turquoise. HEX triplet: 37, FA and B0. RGB value is (55,250,176). Sum of RGB (Red+Green+Blue) = 55+250+176=481 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.43% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #37FAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37FAB0 is #C8054F. Grayscale: #B7B7B7. Windows color (decimal): -13108560 or 11598391. OLE color: 11598391.

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

Color convert

RGB 55 250 176 -
CMYK 0.78 0 0.30 0.02
HSL 157.23º 0.95% 0.6% -
HSV(B) 157.23º 0.78% 0.98% -
XYZ 43.6 72.32 52.74 -
YUV 183.26 123.9 36.52 -
System Red Green Blue C M Y K H S L
Decimal 55 250 176 0.78 0 0.30 0.02 157.23 0.95 0.6
Hex 37 FA B0 4E 0 1E 2 9D 5F 3C
Octal 67 372 260 116 0 36 2 235 137 74
Binary 110111 11111010 10110000 1001110 0 11110 10 10011101 1011111 111100

Color Harmonies of #37FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FAB0

Black with #37FAB0

Text Example


Text Example

White with #37FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,250,176); }

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

background-color css

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

 a { background-color: rgb(55,250,176); }

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

border-color css

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

 span { border-color: rgb(55,250,176); }

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