Html Css Color HEX #37EBDA Turquoise

📋 copy color: '#37EBDA'

red 55 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #37EBDA

Tints of Turquoise #37EBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 10.83%
G = 46.26%
B = 42.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#37EBDA (or 0x37EBDA) is known color: Turquoise. HEX triplet: 37, EB and DA. RGB value is (55,235,218). Sum of RGB (Red+Green+Blue) = 55+235+218=508 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.83% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #37EBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EBDA is #C81425. Grayscale: #B3B3B3. Windows color (decimal): -13112358 or 14347063. OLE color: 14347063.

HSL color Cylindrical-coordinate representation of color #37EBDA: hue angle of 174.33º 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 #37EBDA is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 235 218 -
CMYK 0.77 0 0.07 0.08
HSL 174.33º 0.82% 0.57% -
HSV(B) 174.33º 0.77% 0.92% -
XYZ 43.94 65.29 76.62 -
YUV 179.24 149.87 39.38 -
System Red Green Blue C M Y K H S L
Decimal 55 235 218 0.77 0 0.07 0.08 174.33 0.82 0.57
Hex 37 EB DA 4D 0 7 8 AE 52 39
Octal 67 353 332 115 0 7 10 256 122 71
Binary 110111 11101011 11011010 1001101 0 111 1000 10101110 1010010 111001

Color Harmonies of #37EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EBDA

Black with #37EBDA

Text Example


Text Example

White with #37EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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