Html Css Color HEX #37D8BA Turquoise

📋 copy color: '#37D8BA'

red 55 ◦ green 216 ◦ blue 186

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

Shades of Turquoise #37D8BA

Tints of Turquoise #37D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.26%

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 12.04%
G = 47.26%
B = 40.7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#37D8BA (or 0x37D8BA) is known color: Turquoise. HEX triplet: 37, D8 and BA. RGB value is (55,216,186). Sum of RGB (Red+Green+Blue) = 55+216+186=457 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.04% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #37D8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D8BA is #C82745. Grayscale: #A4A4A4. Windows color (decimal): -13117254 or 12245047. OLE color: 12245047.

HSL color Cylindrical-coordinate representation of color #37D8BA: hue angle of 168.82º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D8BA is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 216 186 -
CMYK 0.75 0 0.14 0.15
HSL 168.82º 0.67% 0.53% -
HSV(B) 168.82º 0.75% 0.85% -
XYZ 34.99 53.47 54.93 -
YUV 164.44 140.16 49.94 -
System Red Green Blue C M Y K H S L
Decimal 55 216 186 0.75 0 0.14 0.15 168.82 0.67 0.53
Hex 37 D8 BA 4B 0 E F A9 43 35
Octal 67 330 272 113 0 16 17 251 103 65
Binary 110111 11011000 10111010 1001011 0 1110 1111 10101001 1000011 110101

Color Harmonies of #37D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D8BA

Black with #37D8BA

Text Example


Text Example

White with #37D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,216,186); }

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

background-color css

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

 a { background-color: rgb(55,216,186); }

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

border-color css

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

 span { border-color: rgb(55,216,186); }

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