Html Css Color HEX #37FDB5 Turquoise

📋 copy color: '#37FDB5'

red 55 ◦ green 253 ◦ blue 181

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

Shades of Turquoise #37FDB5

Tints of Turquoise #37FDB5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.74%

 BLUE value IS 181 (71.09% from 255) = 37.01%

R = 11.25%
G = 51.74%
B = 37.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#37FDB5 (or 0x37FDB5) is known color: Turquoise. HEX triplet: 37, FD and B5. RGB value is (55,253,181). Sum of RGB (Red+Green+Blue) = 55+253+181=489 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.25% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #37FDB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FDB5 is #C8024A. Grayscale: #B9B9B9. Windows color (decimal): -13107787 or 11926839. OLE color: 11926839.

HSL color Cylindrical-coordinate representation of color #37FDB5: hue angle of 158.18º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FDB5 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 253 181 -
CMYK 0.78 0 0.28 0.01
HSL 158.18º 0.98% 0.6% -
HSV(B) 158.18º 0.78% 0.99% -
XYZ 45.04 74.4 55.7 -
YUV 185.59 125.4 34.85 -
System Red Green Blue C M Y K H S L
Decimal 55 253 181 0.78 0 0.28 0.01 158.18 0.98 0.6
Hex 37 FD B5 4E 0 1C 1 9E 62 3C
Octal 67 375 265 116 0 34 1 236 142 74
Binary 110111 11111101 10110101 1001110 0 11100 1 10011110 1100010 111100

Color Harmonies of #37FDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FDB5

Black with #37FDB5

Text Example


Text Example

White with #37FDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,253,181); }

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

background-color css

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

 a { background-color: rgb(55,253,181); }

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

border-color css

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

 span { border-color: rgb(55,253,181); }

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