Html Css Color HEX #37DCBE Turquoise

📋 copy color: '#37DCBE'

red 55 ◦ green 220 ◦ blue 190

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

Shades of Turquoise #37DCBE

Tints of Turquoise #37DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.31%

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 11.83%
G = 47.31%
B = 40.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#37DCBE (or 0x37DCBE) is known color: Turquoise. HEX triplet: 37, DC and BE. RGB value is (55,220,190). Sum of RGB (Red+Green+Blue) = 55+220+190=465 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.83% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCBE is #C82341. Grayscale: #A7A7A7. Windows color (decimal): -13116226 or 12508215. OLE color: 12508215.

HSL color Cylindrical-coordinate representation of color #37DCBE: hue angle of 169.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DCBE is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 220 190 -
CMYK 0.75 0 0.14 0.14
HSL 169.09º 0.7% 0.54% -
HSV(B) 169.09º 0.75% 0.86% -
XYZ 36.46 55.72 57.55 -
YUV 167.25 140.84 47.94 -
System Red Green Blue C M Y K H S L
Decimal 55 220 190 0.75 0 0.14 0.14 169.09 0.7 0.54
Hex 37 DC BE 4B 0 E E A9 46 36
Octal 67 334 276 113 0 16 16 251 106 66
Binary 110111 11011100 10111110 1001011 0 1110 1110 10101001 1000110 110110

Color Harmonies of #37DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCBE

Black with #37DCBE

Text Example


Text Example

White with #37DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,220,190); }

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

background-color css

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

 a { background-color: rgb(55,220,190); }

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

border-color css

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

 span { border-color: rgb(55,220,190); }

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