Html Css Color HEX #37E4EA Turquoise

📋 copy color: '#37E4EA'

red 55 ◦ green 228 ◦ blue 234

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

Shades of Turquoise #37E4EA

Tints of Turquoise #37E4EA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.1%

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 10.64%
G = 44.1%
B = 45.26%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#37E4EA (or 0x37E4EA) is known color: Turquoise. HEX triplet: 37, E4 and EA. RGB value is (55,228,234). Sum of RGB (Red+Green+Blue) = 55+228+234=517 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.64% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #37E4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37E4EA is #C81B15. Grayscale: #B0B0B0. Windows color (decimal): -13114134 or 15393847. OLE color: 15393847.

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

Color convert

RGB 55 228 234 -
CMYK 0.76 0.03 0 0.08
HSL 182.01º 0.81% 0.57% -
HSV(B) 182.01º 0.76% 0.92% -
XYZ 44.17 62.24 87.53 -
YUV 176.96 160.19 41.01 -
System Red Green Blue C M Y K H S L
Decimal 55 228 234 0.76 0.03 0 0.08 182.01 0.81 0.57
Hex 37 E4 EA 4C 3 0 8 B6 51 39
Octal 67 344 352 114 3 0 10 266 121 71
Binary 110111 11100100 11101010 1001100 11 0 1000 10110110 1010001 111001

Color Harmonies of #37E4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E4EA

Black with #37E4EA

Text Example


Text Example

White with #37E4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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