Html Css Color HEX #37F2B8 Turquoise

📋 copy color: '#37F2B8'

red 55 ◦ green 242 ◦ blue 184

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

Shades of Turquoise #37F2B8

Tints of Turquoise #37F2B8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.31%

 BLUE value IS 184 (72.27% from 255) = 38.25%

R = 11.43%
G = 50.31%
B = 38.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#37F2B8 (or 0x37F2B8) is known color: Turquoise. HEX triplet: 37, F2 and B8. RGB value is (55,242,184). Sum of RGB (Red+Green+Blue) = 55+242+184=481 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.43% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #37F2B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F2B8 is #C80D47. Grayscale: #B3B3B3. Windows color (decimal): -13110600 or 12120631. OLE color: 12120631.

HSL color Cylindrical-coordinate representation of color #37F2B8: hue angle of 161.39º degrees, saturation: 0.88, 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 #37F2B8 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 242 184 -
CMYK 0.77 0 0.24 0.05
HSL 161.39º 0.88% 0.58% -
HSV(B) 161.39º 0.77% 0.95% -
XYZ 41.98 67.78 56.22 -
YUV 179.48 130.55 39.22 -
System Red Green Blue C M Y K H S L
Decimal 55 242 184 0.77 0 0.24 0.05 161.39 0.88 0.58
Hex 37 F2 B8 4D 0 18 5 A1 58 3A
Octal 67 362 270 115 0 30 5 241 130 72
Binary 110111 11110010 10111000 1001101 0 11000 101 10100001 1011000 111010

Color Harmonies of #37F2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F2B8

Black with #37F2B8

Text Example


Text Example

White with #37F2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,242,184); }

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

background-color css

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

 a { background-color: rgb(55,242,184); }

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

border-color css

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

 span { border-color: rgb(55,242,184); }

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