Html Css Color HEX #37FEC5 Turquoise

📋 copy color: '#37FEC5'

red 55 ◦ green 254 ◦ blue 197

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

Shades of Turquoise #37FEC5

Tints of Turquoise #37FEC5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.2%

 BLUE value IS 197 (77.34% from 255) = 38.93%

R = 10.87%
G = 50.2%
B = 38.93%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#37FEC5 (or 0x37FEC5) is known color: Turquoise. HEX triplet: 37, FE and C5. RGB value is (55,254,197). Sum of RGB (Red+Green+Blue) = 55+254+197=506 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.87% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FEC5 is #C8013A. Grayscale: #BCBCBC. Windows color (decimal): -13107515 or 12975671. OLE color: 12975671.

HSL color Cylindrical-coordinate representation of color #37FEC5: hue angle of 162.81º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FEC5 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 55 254 197 -
CMYK 0.78 0 0.22 0.00
HSL 162.81º 0.99% 0.61% -
HSV(B) 162.81º 0.78% 1% -
XYZ 47.1 75.73 64.96 -
YUV 188 133.07 33.13 -
System Red Green Blue C M Y K H S L
Decimal 55 254 197 0.78 0 0.22 0.00 162.81 0.99 0.61
Hex 37 FE C5 4E 0 16 0 A3 63 3D
Octal 67 376 305 116 0 26 0 243 143 75
Binary 110111 11111110 11000101 1001110 0 10110 0 10100011 1100011 111101

Color Harmonies of #37FEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FEC5

Black with #37FEC5

Text Example


Text Example

White with #37FEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,254,197); }

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

background-color css

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

 a { background-color: rgb(55,254,197); }

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

border-color css

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

 span { border-color: rgb(55,254,197); }

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