Html Css Color HEX #37DDB9 Turquoise

📋 copy color: '#37DDB9'

red 55 ◦ green 221 ◦ blue 185

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

Shades of Turquoise #37DDB9

Tints of Turquoise #37DDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.94%

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 11.93%
G = 47.94%
B = 40.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#37DDB9 (or 0x37DDB9) is known color: Turquoise. HEX triplet: 37, DD and B9. RGB value is (55,221,185). Sum of RGB (Red+Green+Blue) = 55+221+185=461 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.93% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DDB9 is #C82246. Grayscale: #A7A7A7. Windows color (decimal): -13115975 or 12180791. OLE color: 12180791.

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

Color convert

RGB 55 221 185 -
CMYK 0.75 0 0.16 0.13
HSL 166.99º 0.71% 0.54% -
HSV(B) 166.99º 0.75% 0.87% -
XYZ 36.19 56.03 54.81 -
YUV 167.26 138 47.93 -
System Red Green Blue C M Y K H S L
Decimal 55 221 185 0.75 0 0.16 0.13 166.99 0.71 0.54
Hex 37 DD B9 4B 0 10 D A7 47 36
Octal 67 335 271 113 0 20 15 247 107 66
Binary 110111 11011101 10111001 1001011 0 10000 1101 10100111 1000111 110110

Color Harmonies of #37DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DDB9

Black with #37DDB9

Text Example


Text Example

White with #37DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,221,185); }

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

background-color css

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

 a { background-color: rgb(55,221,185); }

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

border-color css

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

 span { border-color: rgb(55,221,185); }

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