Html Css Color HEX #1EC6DC Dark Turquoise

📋 copy color: '#1EC6DC'

red 30 ◦ green 198 ◦ blue 220

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

Shades of Dark Turquoise #1EC6DC

Tints of Dark Turquoise #1EC6DC

RGB

 RED value IS 30 (12.11% from 255) = 6.7%

 GREEN value IS 198 (77.73% from 255) = 44.2%

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 6.7%
G = 44.2%
B = 49.11%

CMYK

 C value IS 0.86

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1EC6DC (or 0x1EC6DC) is known color: Dark Turquoise. HEX triplet: 1E, C6 and DC. RGB value is (30,198,220). Sum of RGB (Red+Green+Blue) = 30+198+220=448 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.70% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #1EC6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC6DC is #E13923. Grayscale: #969696. Windows color (decimal): -14760228 or 14468638. OLE color: 14468638.

HSL color Cylindrical-coordinate representation of color #1EC6DC: hue angle of 186.95º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EC6DC is Cyan = 0.86, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 198 220 -
CMYK 0.86 0.1 0 0.14
HSL 186.95º 0.76% 0.49% -
HSV(B) 186.95º 0.86% 0.86% -
XYZ 33.65 45.83 74.78 -
YUV 150.28 167.34 42.21 -
System Red Green Blue C M Y K H S L
Decimal 30 198 220 0.86 0.1 0 0.14 186.95 0.76 0.49
Hex 1E C6 DC 56 A 0 E BB 4C 31
Octal 36 306 334 126 12 0 16 273 114 61
Binary 11110 11000110 11011100 1010110 1010 0 1110 10111011 1001100 110001

Color Harmonies of #1EC6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC6DC

Black with #1EC6DC

Text Example


Text Example

White with #1EC6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EC6DC; }

 p { color: rgb(30,198,220); }

 H1.HeaderClassName
 {
   color: #1EC6DC;
 }
 .AnyTagClassName
 {
   color: #1EC6DC;
 }
</style>

background-color css

<style>
 a { background-color: #1EC6DC; }

 a { background-color: rgb(30,198,220); }

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

border-color css

<style>
 span { border-color: #1EC6DC; }

 span { border-color: rgb(30,198,220); }

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