Html Css Color HEX #37ECD6 Turquoise

📋 copy color: '#37ECD6'

red 55 ◦ green 236 ◦ blue 214

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

Shades of Turquoise #37ECD6

Tints of Turquoise #37ECD6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.73%

 BLUE value IS 214 (83.98% from 255) = 42.38%

R = 10.89%
G = 46.73%
B = 42.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#37ECD6 (or 0x37ECD6) is known color: Turquoise. HEX triplet: 37, EC and D6. RGB value is (55,236,214). Sum of RGB (Red+Green+Blue) = 55+236+214=505 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.89% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #37ECD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37ECD6 is #C81329. Grayscale: #B3B3B3. Windows color (decimal): -13112106 or 14085175. OLE color: 14085175.

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

Color convert

RGB 55 236 214 -
CMYK 0.77 0 0.09 0.07
HSL 172.71º 0.83% 0.57% -
HSV(B) 172.71º 0.77% 0.93% -
XYZ 43.71 65.66 73.99 -
YUV 179.37 147.53 39.29 -
System Red Green Blue C M Y K H S L
Decimal 55 236 214 0.77 0 0.09 0.07 172.71 0.83 0.57
Hex 37 EC D6 4D 0 9 7 AD 53 39
Octal 67 354 326 115 0 11 7 255 123 71
Binary 110111 11101100 11010110 1001101 0 1001 111 10101101 1010011 111001

Color Harmonies of #37ECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ECD6

Black with #37ECD6

Text Example


Text Example

White with #37ECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,236,214); }

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

background-color css

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

 a { background-color: rgb(55,236,214); }

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

border-color css

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

 span { border-color: rgb(55,236,214); }

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