Html Css Color HEX #37DBB4 Turquoise

📋 copy color: '#37DBB4'

red 55 ◦ green 219 ◦ blue 180

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

Shades of Turquoise #37DBB4

Tints of Turquoise #37DBB4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.24%

 BLUE value IS 180 (70.7% from 255) = 39.65%

R = 12.11%
G = 48.24%
B = 39.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#37DBB4 (or 0x37DBB4) is known color: Turquoise. HEX triplet: 37, DB and B4. RGB value is (55,219,180). Sum of RGB (Red+Green+Blue) = 55+219+180=454 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.11% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #37DBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DBB4 is #C8244B. Grayscale: #A5A5A5. Windows color (decimal): -13116492 or 11852599. OLE color: 11852599.

HSL color Cylindrical-coordinate representation of color #37DBB4: hue angle of 165.73º degrees, saturation: 0.69, 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 #37DBB4 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 219 180 -
CMYK 0.75 0 0.18 0.14
HSL 165.73º 0.69% 0.54% -
HSV(B) 165.73º 0.75% 0.86% -
XYZ 35.15 54.77 51.9 -
YUV 165.52 136.17 49.17 -
System Red Green Blue C M Y K H S L
Decimal 55 219 180 0.75 0 0.18 0.14 165.73 0.69 0.54
Hex 37 DB B4 4B 0 12 E A6 45 36
Octal 67 333 264 113 0 22 16 246 105 66
Binary 110111 11011011 10110100 1001011 0 10010 1110 10100110 1000101 110110

Color Harmonies of #37DBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DBB4

Black with #37DBB4

Text Example


Text Example

White with #37DBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,219,180); }

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

background-color css

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

 a { background-color: rgb(55,219,180); }

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

border-color css

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

 span { border-color: rgb(55,219,180); }

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