Html Css Color HEX #37F3C5 Turquoise

📋 copy color: '#37F3C5'

red 55 ◦ green 243 ◦ blue 197

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

Shades of Turquoise #37F3C5

Tints of Turquoise #37F3C5

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.09%

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

R = 11.11%
G = 49.09%
B = 39.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#37F3C5 (or 0x37F3C5) is known color: Turquoise. HEX triplet: 37, F3 and C5. RGB value is (55,243,197). Sum of RGB (Red+Green+Blue) = 55+243+197=495 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.11% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #37F3C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F3C5 is #C80C3A. Grayscale: #B5B5B5. Windows color (decimal): -13110331 or 12972855. OLE color: 12972855.

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

Color convert

RGB 55 243 197 -
CMYK 0.77 0 0.19 0.05
HSL 165.32º 0.89% 0.58% -
HSV(B) 165.32º 0.77% 0.95% -
XYZ 43.7 68.94 63.83 -
YUV 181.54 136.72 37.74 -
System Red Green Blue C M Y K H S L
Decimal 55 243 197 0.77 0 0.19 0.05 165.32 0.89 0.58
Hex 37 F3 C5 4D 0 13 5 A5 59 3A
Octal 67 363 305 115 0 23 5 245 131 72
Binary 110111 11110011 11000101 1001101 0 10011 101 10100101 1011001 111010

Color Harmonies of #37F3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F3C5

Black with #37F3C5

Text Example


Text Example

White with #37F3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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