Html Css Color HEX #37FAB2 Turquoise

📋 copy color: '#37FAB2'

red 55 ◦ green 250 ◦ blue 178

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

Shades of Turquoise #37FAB2

Tints of Turquoise #37FAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.85%

R = 11.39%
G = 51.76%
B = 36.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#37FAB2 (or 0x37FAB2) is known color: Turquoise. HEX triplet: 37, FA and B2. RGB value is (55,250,178). Sum of RGB (Red+Green+Blue) = 55+250+178=483 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.39% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #37FAB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37FAB2 is #C8054D. Grayscale: #B7B7B7. Windows color (decimal): -13108558 or 11729463. OLE color: 11729463.

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

Color convert

RGB 55 250 178 -
CMYK 0.78 0 0.29 0.02
HSL 157.85º 0.95% 0.6% -
HSV(B) 157.85º 0.78% 0.98% -
XYZ 43.8 72.4 53.79 -
YUV 183.49 124.9 36.35 -
System Red Green Blue C M Y K H S L
Decimal 55 250 178 0.78 0 0.29 0.02 157.85 0.95 0.6
Hex 37 FA B2 4E 0 1D 2 9E 5F 3C
Octal 67 372 262 116 0 35 2 236 137 74
Binary 110111 11111010 10110010 1001110 0 11101 10 10011110 1011111 111100

Color Harmonies of #37FAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FAB2

Black with #37FAB2

Text Example


Text Example

White with #37FAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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