Html Css Color HEX #37D6C5 Turquoise

📋 copy color: '#37D6C5'

red 55 ◦ green 214 ◦ blue 197

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

Shades of Turquoise #37D6C5

Tints of Turquoise #37D6C5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.92%

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

R = 11.8%
G = 45.92%
B = 42.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#37D6C5 (or 0x37D6C5) is known color: Turquoise. HEX triplet: 37, D6 and C5. RGB value is (55,214,197). Sum of RGB (Red+Green+Blue) = 55+214+197=466 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.80% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #37D6C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D6C5 is #C8293A. Grayscale: #A4A4A4. Windows color (decimal): -13117755 or 12965431. OLE color: 12965431.

HSL color Cylindrical-coordinate representation of color #37D6C5: hue angle of 173.58º degrees, saturation: 0.66, 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 #37D6C5 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 214 197 -
CMYK 0.74 0 0.08 0.16
HSL 173.58º 0.66% 0.53% -
HSV(B) 173.58º 0.74% 0.84% -
XYZ 35.7 52.94 61.16 -
YUV 164.52 146.32 49.88 -
System Red Green Blue C M Y K H S L
Decimal 55 214 197 0.74 0 0.08 0.16 173.58 0.66 0.53
Hex 37 D6 C5 4A 0 8 10 AE 42 35
Octal 67 326 305 112 0 10 20 256 102 65
Binary 110111 11010110 11000101 1001010 0 1000 10000 10101110 1000010 110101

Color Harmonies of #37D6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D6C5

Black with #37D6C5

Text Example


Text Example

White with #37D6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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