Html Css Color HEX #37DCBF Turquoise

📋 copy color: '#37DCBF'

red 55 ◦ green 220 ◦ blue 191

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

Shades of Turquoise #37DCBF

Tints of Turquoise #37DCBF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.21%

 BLUE value IS 191 (75% from 255) = 40.99%

R = 11.8%
G = 47.21%
B = 40.99%

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

#37DCBF (or 0x37DCBF) is known color: Turquoise. HEX triplet: 37, DC and BF. RGB value is (55,220,191). Sum of RGB (Red+Green+Blue) = 55+220+191=466 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.80% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCBF is #C82340. Grayscale: #A7A7A7. Windows color (decimal): -13116225 or 12573751. OLE color: 12573751.

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

Color convert

RGB 55 220 191 -
CMYK 0.75 0 0.13 0.14
HSL 169.45º 0.7% 0.54% -
HSV(B) 169.45º 0.75% 0.86% -
XYZ 36.57 55.76 58.13 -
YUV 167.36 141.34 47.86 -
System Red Green Blue C M Y K H S L
Decimal 55 220 191 0.75 0 0.13 0.14 169.45 0.7 0.54
Hex 37 DC BF 4B 0 D E A9 46 36
Octal 67 334 277 113 0 15 16 251 106 66
Binary 110111 11011100 10111111 1001011 0 1101 1110 10101001 1000110 110110

Color Harmonies of #37DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCBF

Black with #37DCBF

Text Example


Text Example

White with #37DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,220,191); }

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

background-color css

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

 a { background-color: rgb(55,220,191); }

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

border-color css

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

 span { border-color: rgb(55,220,191); }

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