Html Css Color HEX #37DAB6 Turquoise

📋 copy color: '#37DAB6'

red 55 ◦ green 218 ◦ blue 182

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

Shades of Turquoise #37DAB6

Tints of Turquoise #37DAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40%

R = 12.09%
G = 47.91%
B = 40%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#37DAB6 (or 0x37DAB6) is known color: Turquoise. HEX triplet: 37, DA and B6. RGB value is (55,218,182). Sum of RGB (Red+Green+Blue) = 55+218+182=455 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.09% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #37DAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DAB6 is #C82549. Grayscale: #A5A5A5. Windows color (decimal): -13116746 or 11983415. OLE color: 11983415.

HSL color Cylindrical-coordinate representation of color #37DAB6: hue angle of 166.75º 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 #37DAB6 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 218 182 -
CMYK 0.75 0 0.17 0.15
HSL 166.75º 0.69% 0.54% -
HSV(B) 166.75º 0.75% 0.85% -
XYZ 35.09 54.33 52.89 -
YUV 165.16 137.5 49.43 -
System Red Green Blue C M Y K H S L
Decimal 55 218 182 0.75 0 0.17 0.15 166.75 0.69 0.54
Hex 37 DA B6 4B 0 11 F A7 45 36
Octal 67 332 266 113 0 21 17 247 105 66
Binary 110111 11011010 10110110 1001011 0 10001 1111 10100111 1000101 110110

Color Harmonies of #37DAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DAB6

Black with #37DAB6

Text Example


Text Example

White with #37DAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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