Html Css Color HEX #37EADD Turquoise

📋 copy color: '#37EADD'

red 55 ◦ green 234 ◦ blue 221

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

Shades of Turquoise #37EADD

Tints of Turquoise #37EADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 10.78%
G = 45.88%
B = 43.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#37EADD (or 0x37EADD) is known color: Turquoise. HEX triplet: 37, EA and DD. RGB value is (55,234,221). Sum of RGB (Red+Green+Blue) = 55+234+221=510 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.78% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #37EADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EADD is #C81522. Grayscale: #B2B2B2. Windows color (decimal): -13112611 or 14543415. OLE color: 14543415.

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

Color convert

RGB 55 234 221 -
CMYK 0.76 0 0.06 0.08
HSL 175.64º 0.81% 0.57% -
HSV(B) 175.64º 0.76% 0.92% -
XYZ 44.05 64.88 78.61 -
YUV 179 151.7 39.56 -
System Red Green Blue C M Y K H S L
Decimal 55 234 221 0.76 0 0.06 0.08 175.64 0.81 0.57
Hex 37 EA DD 4C 0 6 8 B0 51 39
Octal 67 352 335 114 0 6 10 260 121 71
Binary 110111 11101010 11011101 1001100 0 110 1000 10110000 1010001 111001

Color Harmonies of #37EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EADD

Black with #37EADD

Text Example


Text Example

White with #37EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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