Html Css Color HEX #1EC6D9 Dark Turquoise

📋 copy color: '#1EC6D9'

red 30 ◦ green 198 ◦ blue 217

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

Shades of Dark Turquoise #1EC6D9

Tints of Dark Turquoise #1EC6D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.76%

R = 6.74%
G = 44.49%
B = 48.76%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1EC6D9 (or 0x1EC6D9) is known color: Dark Turquoise. HEX triplet: 1E, C6 and D9. RGB value is (30,198,217). Sum of RGB (Red+Green+Blue) = 30+198+217=445 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.74% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #1EC6D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC6D9 is #E13926. Grayscale: #959595. Windows color (decimal): -14760231 or 14272030. OLE color: 14272030.

HSL color Cylindrical-coordinate representation of color #1EC6D9: hue angle of 186.1º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EC6D9 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 198 217 -
CMYK 0.86 0.09 0 0.15
HSL 186.1º 0.76% 0.48% -
HSV(B) 186.1º 0.86% 0.85% -
XYZ 33.25 45.67 72.71 -
YUV 149.93 165.84 42.46 -
System Red Green Blue C M Y K H S L
Decimal 30 198 217 0.86 0.09 0 0.15 186.1 0.76 0.48
Hex 1E C6 D9 56 9 0 F BA 4C 30
Octal 36 306 331 126 11 0 17 272 114 60
Binary 11110 11000110 11011001 1010110 1001 0 1111 10111010 1001100 110000

Color Harmonies of #1EC6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC6D9

Black with #1EC6D9

Text Example


Text Example

White with #1EC6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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