Html Css Color HEX #37F1C1 Turquoise

📋 copy color: '#37F1C1'

red 55 ◦ green 241 ◦ blue 193

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

Shades of Turquoise #37F1C1

Tints of Turquoise #37F1C1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.28%

 BLUE value IS 193 (75.78% from 255) = 39.47%

R = 11.25%
G = 49.28%
B = 39.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#37F1C1 (or 0x37F1C1) is known color: Turquoise. HEX triplet: 37, F1 and C1. RGB value is (55,241,193). Sum of RGB (Red+Green+Blue) = 55+241+193=489 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.25% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #37F1C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F1C1 is #C80E3E. Grayscale: #B3B3B3. Windows color (decimal): -13110847 or 12710199. OLE color: 12710199.

HSL color Cylindrical-coordinate representation of color #37F1C1: hue angle of 164.52º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F1C1 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 241 193 -
CMYK 0.77 0 0.20 0.05
HSL 164.52º 0.87% 0.58% -
HSV(B) 164.52º 0.77% 0.95% -
XYZ 42.66 67.57 61.25 -
YUV 179.91 135.38 38.9 -
System Red Green Blue C M Y K H S L
Decimal 55 241 193 0.77 0 0.20 0.05 164.52 0.87 0.58
Hex 37 F1 C1 4D 0 14 5 A5 57 3A
Octal 67 361 301 115 0 24 5 245 127 72
Binary 110111 11110001 11000001 1001101 0 10100 101 10100101 1010111 111010

Color Harmonies of #37F1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F1C1

Black with #37F1C1

Text Example


Text Example

White with #37F1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,241,193); }

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

background-color css

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

 a { background-color: rgb(55,241,193); }

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

border-color css

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

 span { border-color: rgb(55,241,193); }

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