Html Css Color HEX #1EC8DD Dark Turquoise

📋 copy color: '#1EC8DD'

red 30 ◦ green 200 ◦ blue 221

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

Shades of Dark Turquoise #1EC8DD

Tints of Dark Turquoise #1EC8DD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.35%

 BLUE value IS 221 (86.72% from 255) = 49%

R = 6.65%
G = 44.35%
B = 49%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1EC8DD (or 0x1EC8DD) is known color: Dark Turquoise. HEX triplet: 1E, C8 and DD. RGB value is (30,200,221). Sum of RGB (Red+Green+Blue) = 30+200+221=451 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.65% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EC8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC8DD is #E13722. Grayscale: #979797. Windows color (decimal): -14759715 or 14534686. OLE color: 14534686.

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

Color convert

RGB 30 200 221 -
CMYK 0.86 0.10 0 0.13
HSL 186.6º 0.76% 0.49% -
HSV(B) 186.6º 0.86% 0.87% -
XYZ 34.24 46.81 75.64 -
YUV 151.56 167.18 41.29 -
System Red Green Blue C M Y K H S L
Decimal 30 200 221 0.86 0.10 0 0.13 186.6 0.76 0.49
Hex 1E C8 DD 56 A 0 D BB 4C 31
Octal 36 310 335 126 12 0 15 273 114 61
Binary 11110 11001000 11011101 1010110 1010 0 1101 10111011 1001100 110001

Color Harmonies of #1EC8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC8DD

Black with #1EC8DD

Text Example


Text Example

White with #1EC8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,200,221); }

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

background-color css

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

 a { background-color: rgb(30,200,221); }

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

border-color css

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

 span { border-color: rgb(30,200,221); }

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