Html Css Color HEX #37DAB8 Turquoise

📋 copy color: '#37DAB8'

red 55 ◦ green 218 ◦ blue 184

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

Shades of Turquoise #37DAB8

Tints of Turquoise #37DAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.7%

 BLUE value IS 184 (72.27% from 255) = 40.26%

R = 12.04%
G = 47.7%
B = 40.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#37DAB8 (or 0x37DAB8) is known color: Turquoise. HEX triplet: 37, DA and B8. RGB value is (55,218,184). Sum of RGB (Red+Green+Blue) = 55+218+184=457 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.04% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #37DAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DAB8 is #C82547. Grayscale: #A5A5A5. Windows color (decimal): -13116744 or 12114487. OLE color: 12114487.

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

Color convert

RGB 55 218 184 -
CMYK 0.75 0 0.16 0.15
HSL 167.48º 0.69% 0.54% -
HSV(B) 167.48º 0.75% 0.85% -
XYZ 35.3 54.42 53.99 -
YUV 165.39 138.5 49.26 -
System Red Green Blue C M Y K H S L
Decimal 55 218 184 0.75 0 0.16 0.15 167.48 0.69 0.54
Hex 37 DA B8 4B 0 10 F A7 45 36
Octal 67 332 270 113 0 20 17 247 105 66
Binary 110111 11011010 10111000 1001011 0 10000 1111 10100111 1000101 110110

Color Harmonies of #37DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DAB8

Black with #37DAB8

Text Example


Text Example

White with #37DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,218,184); }

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

background-color css

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

 a { background-color: rgb(55,218,184); }

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

border-color css

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

 span { border-color: rgb(55,218,184); }

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