Html Css Color HEX #37EEDA Turquoise

📋 copy color: '#37EEDA'

red 55 ◦ green 238 ◦ blue 218

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

Shades of Turquoise #37EEDA

Tints of Turquoise #37EEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.58%

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

R = 10.76%
G = 46.58%
B = 42.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#37EEDA (or 0x37EEDA) is known color: Turquoise. HEX triplet: 37, EE and DA. RGB value is (55,238,218). Sum of RGB (Red+Green+Blue) = 55+238+218=511 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.76% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 238 - color contains mainly: green. Hex color #37EEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EEDA is #C81125. Grayscale: #B4B4B4. Windows color (decimal): -13111590 or 14347831. OLE color: 14347831.

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

Color convert

RGB 55 238 218 -
CMYK 0.77 0 0.08 0.07
HSL 173.44º 0.84% 0.57% -
HSV(B) 173.44º 0.77% 0.93% -
XYZ 44.8 67.02 76.9 -
YUV 181 148.87 38.13 -
System Red Green Blue C M Y K H S L
Decimal 55 238 218 0.77 0 0.08 0.07 173.44 0.84 0.57
Hex 37 EE DA 4D 0 8 7 AD 54 39
Octal 67 356 332 115 0 10 7 255 124 71
Binary 110111 11101110 11011010 1001101 0 1000 111 10101101 1010100 111001

Color Harmonies of #37EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EEDA

Black with #37EEDA

Text Example


Text Example

White with #37EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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