Html Css Color HEX #37EACE Turquoise

📋 copy color: '#37EACE'

red 55 ◦ green 234 ◦ blue 206

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

Shades of Turquoise #37EACE

Tints of Turquoise #37EACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 11.11%
G = 47.27%
B = 41.62%

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

#37EACE (or 0x37EACE) is known color: Turquoise. HEX triplet: 37, EA and CE. RGB value is (55,234,206). Sum of RGB (Red+Green+Blue) = 55+234+206=495 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.11% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #37EACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EACE is #C81531. Grayscale: #B1B1B1. Windows color (decimal): -13112626 or 13560375. OLE color: 13560375.

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

Color convert

RGB 55 234 206 -
CMYK 0.76 0 0.12 0.08
HSL 170.61º 0.81% 0.57% -
HSV(B) 170.61º 0.76% 0.92% -
XYZ 42.14 64.11 68.55 -
YUV 177.29 144.2 40.78 -
System Red Green Blue C M Y K H S L
Decimal 55 234 206 0.76 0 0.12 0.08 170.61 0.81 0.57
Hex 37 EA CE 4C 0 C 8 AB 51 39
Octal 67 352 316 114 0 14 10 253 121 71
Binary 110111 11101010 11001110 1001100 0 1100 1000 10101011 1010001 111001

Color Harmonies of #37EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EACE

Black with #37EACE

Text Example


Text Example

White with #37EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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