Html Css Color HEX #37D0C6 Medium Turquoise

📋 copy color: '#37D0C6'

red 55 ◦ green 208 ◦ blue 198

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

Shades of Medium Turquoise #37D0C6

Tints of Medium Turquoise #37D0C6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.12%

 BLUE value IS 198 (77.73% from 255) = 42.95%

R = 11.93%
G = 45.12%
B = 42.95%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#37D0C6 (or 0x37D0C6) is known color: Medium Turquoise. HEX triplet: 37, D0 and C6. RGB value is (55,208,198). Sum of RGB (Red+Green+Blue) = 55+208+198=461 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.93% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #37D0C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D0C6 is #C82F39. Grayscale: #A1A1A1. Windows color (decimal): -13119290 or 13029431. OLE color: 13029431.

HSL color Cylindrical-coordinate representation of color #37D0C6: hue angle of 176.08º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D0C6 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 208 198 -
CMYK 0.74 0 0.05 0.18
HSL 176.08º 0.62% 0.52% -
HSV(B) 176.08º 0.74% 0.82% -
XYZ 34.32 50 61.27 -
YUV 161.11 148.81 52.31 -
System Red Green Blue C M Y K H S L
Decimal 55 208 198 0.74 0 0.05 0.18 176.08 0.62 0.52
Hex 37 D0 C6 4A 0 5 12 B0 3E 34
Octal 67 320 306 112 0 5 22 260 76 64
Binary 110111 11010000 11000110 1001010 0 101 10010 10110000 111110 110100

Color Harmonies of #37D0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D0C6

Black with #37D0C6

Text Example


Text Example

White with #37D0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,208,198); }

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

background-color css

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

 a { background-color: rgb(55,208,198); }

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

border-color css

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

 span { border-color: rgb(55,208,198); }

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