Html Css Color HEX #37EBDC Turquoise

📋 copy color: '#37EBDC'

red 55 ◦ green 235 ◦ blue 220

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

Shades of Turquoise #37EBDC

Tints of Turquoise #37EBDC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.08%

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 10.78%
G = 46.08%
B = 43.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#37EBDC (or 0x37EBDC) is known color: Turquoise. HEX triplet: 37, EB and DC. RGB value is (55,235,220). Sum of RGB (Red+Green+Blue) = 55+235+220=510 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.78% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 235 - color contains mainly: green. Hex color #37EBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EBDC is #C81423. Grayscale: #B3B3B3. Windows color (decimal): -13112356 or 14478135. OLE color: 14478135.

HSL color Cylindrical-coordinate representation of color #37EBDC: hue angle of 175º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EBDC is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 235 220 -
CMYK 0.77 0 0.06 0.08
HSL 175º 0.82% 0.57% -
HSV(B) 175º 0.77% 0.92% -
XYZ 44.2 65.4 78 -
YUV 179.47 150.87 39.22 -
System Red Green Blue C M Y K H S L
Decimal 55 235 220 0.77 0 0.06 0.08 175 0.82 0.57
Hex 37 EB DC 4D 0 6 8 AF 52 39
Octal 67 353 334 115 0 6 10 257 122 71
Binary 110111 11101011 11011100 1001101 0 110 1000 10101111 1010010 111001

Color Harmonies of #37EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EBDC

Black with #37EBDC

Text Example


Text Example

White with #37EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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