Html Css Color HEX #37DABB Turquoise

📋 copy color: '#37DABB'

red 55 ◦ green 218 ◦ blue 187

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

Shades of Turquoise #37DABB

Tints of Turquoise #37DABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 11.96%
G = 47.39%
B = 40.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#37DABB (or 0x37DABB) is known color: Turquoise. HEX triplet: 37, DA and BB. RGB value is (55,218,187). Sum of RGB (Red+Green+Blue) = 55+218+187=460 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.96% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #37DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DABB is #C82544. Grayscale: #A5A5A5. Windows color (decimal): -13116741 or 12311095. OLE color: 12311095.

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

Color convert

RGB 55 218 187 -
CMYK 0.75 0 0.14 0.15
HSL 168.59º 0.69% 0.54% -
HSV(B) 168.59º 0.75% 0.85% -
XYZ 35.62 54.54 55.66 -
YUV 165.73 140 49.02 -
System Red Green Blue C M Y K H S L
Decimal 55 218 187 0.75 0 0.14 0.15 168.59 0.69 0.54
Hex 37 DA BB 4B 0 E F A9 45 36
Octal 67 332 273 113 0 16 17 251 105 66
Binary 110111 11011010 10111011 1001011 0 1110 1111 10101001 1000101 110110

Color Harmonies of #37DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DABB

Black with #37DABB

Text Example


Text Example

White with #37DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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