Html Css Color HEX #37EACD Turquoise

📋 copy color: '#37EACD'

red 55 ◦ green 234 ◦ blue 205

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

Shades of Turquoise #37EACD

Tints of Turquoise #37EACD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.37%

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 11.13%
G = 47.37%
B = 41.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#37EACD (or 0x37EACD) is known color: Turquoise. HEX triplet: 37, EA and CD. RGB value is (55,234,205). Sum of RGB (Red+Green+Blue) = 55+234+205=494 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.13% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #37EACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EACD is #C81532. Grayscale: #B1B1B1. Windows color (decimal): -13112627 or 13494839. OLE color: 13494839.

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

Color convert

RGB 55 234 205 -
CMYK 0.76 0 0.12 0.08
HSL 170.28º 0.81% 0.57% -
HSV(B) 170.28º 0.76% 0.92% -
XYZ 42.02 64.07 67.91 -
YUV 177.17 143.7 40.86 -
System Red Green Blue C M Y K H S L
Decimal 55 234 205 0.76 0 0.12 0.08 170.28 0.81 0.57
Hex 37 EA CD 4C 0 C 8 AA 51 39
Octal 67 352 315 114 0 14 10 252 121 71
Binary 110111 11101010 11001101 1001100 0 1100 1000 10101010 1010001 111001

Color Harmonies of #37EACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EACD

Black with #37EACD

Text Example


Text Example

White with #37EACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,234,205); }

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

background-color css

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

 a { background-color: rgb(55,234,205); }

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

border-color css

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

 span { border-color: rgb(55,234,205); }

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