Html Css Color HEX #37D7C1 Turquoise

📋 copy color: '#37D7C1'

red 55 ◦ green 215 ◦ blue 193

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

Shades of Turquoise #37D7C1

Tints of Turquoise #37D7C1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.44%

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

R = 11.88%
G = 46.44%
B = 41.68%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#37D7C1 (or 0x37D7C1) is known color: Turquoise. HEX triplet: 37, D7 and C1. RGB value is (55,215,193). Sum of RGB (Red+Green+Blue) = 55+215+193=463 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.88% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #37D7C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D7C1 is #C8283E. Grayscale: #A4A4A4. Windows color (decimal): -13117503 or 12703543. OLE color: 12703543.

HSL color Cylindrical-coordinate representation of color #37D7C1: hue angle of 171.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D7C1 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 215 193 -
CMYK 0.74 0 0.10 0.16
HSL 171.75º 0.67% 0.53% -
HSV(B) 171.75º 0.74% 0.84% -
XYZ 35.5 53.26 58.86 -
YUV 164.65 143.99 49.79 -
System Red Green Blue C M Y K H S L
Decimal 55 215 193 0.74 0 0.10 0.16 171.75 0.67 0.53
Hex 37 D7 C1 4A 0 A 10 AC 43 35
Octal 67 327 301 112 0 12 20 254 103 65
Binary 110111 11010111 11000001 1001010 0 1010 10000 10101100 1000011 110101

Color Harmonies of #37D7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D7C1

Black with #37D7C1

Text Example


Text Example

White with #37D7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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