Html Css Color HEX #37DBBE Turquoise

📋 copy color: '#37DBBE'

red 55 ◦ green 219 ◦ blue 190

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

Shades of Turquoise #37DBBE

Tints of Turquoise #37DBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 11.85%
G = 47.2%
B = 40.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#37DBBE (or 0x37DBBE) is known color: Turquoise. HEX triplet: 37, DB and BE. RGB value is (55,219,190). Sum of RGB (Red+Green+Blue) = 55+219+190=464 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.85% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #37DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DBBE is #C82441. Grayscale: #A6A6A6. Windows color (decimal): -13116482 or 12507959. OLE color: 12507959.

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

Color convert

RGB 55 219 190 -
CMYK 0.75 0 0.13 0.14
HSL 169.39º 0.69% 0.54% -
HSV(B) 169.39º 0.75% 0.86% -
XYZ 36.2 55.19 57.46 -
YUV 166.66 141.17 48.36 -
System Red Green Blue C M Y K H S L
Decimal 55 219 190 0.75 0 0.13 0.14 169.39 0.69 0.54
Hex 37 DB BE 4B 0 D E A9 45 36
Octal 67 333 276 113 0 15 16 251 105 66
Binary 110111 11011011 10111110 1001011 0 1101 1110 10101001 1000101 110110

Color Harmonies of #37DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DBBE

Black with #37DBBE

Text Example


Text Example

White with #37DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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