Html Css Color HEX #37DBBA Turquoise

📋 copy color: '#37DBBA'

red 55 ◦ green 219 ◦ blue 186

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

Shades of Turquoise #37DBBA

Tints of Turquoise #37DBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.43%

R = 11.96%
G = 47.61%
B = 40.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#37DBBA (or 0x37DBBA) is known color: Turquoise. HEX triplet: 37, DB and BA. RGB value is (55,219,186). Sum of RGB (Red+Green+Blue) = 55+219+186=460 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.96% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #37DBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DBBA is #C82445. Grayscale: #A6A6A6. Windows color (decimal): -13116486 or 12245815. OLE color: 12245815.

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

Color convert

RGB 55 219 186 -
CMYK 0.75 0 0.15 0.14
HSL 167.93º 0.69% 0.54% -
HSV(B) 167.93º 0.75% 0.86% -
XYZ 35.77 55.02 55.19 -
YUV 166.2 139.17 48.68 -
System Red Green Blue C M Y K H S L
Decimal 55 219 186 0.75 0 0.15 0.14 167.93 0.69 0.54
Hex 37 DB BA 4B 0 F E A8 45 36
Octal 67 333 272 113 0 17 16 250 105 66
Binary 110111 11011011 10111010 1001011 0 1111 1110 10101000 1000101 110110

Color Harmonies of #37DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DBBA

Black with #37DBBA

Text Example


Text Example

White with #37DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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