Html Css Color HEX #1EC4D5 Dark Turquoise

📋 copy color: '#1EC4D5'

red 30 ◦ green 196 ◦ blue 213

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

Shades of Dark Turquoise #1EC4D5

Tints of Dark Turquoise #1EC4D5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.65%

 BLUE value IS 213 (83.59% from 255) = 48.52%

R = 6.83%
G = 44.65%
B = 48.52%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1EC4D5 (or 0x1EC4D5) is known color: Dark Turquoise. HEX triplet: 1E, C4 and D5. RGB value is (30,196,213). Sum of RGB (Red+Green+Blue) = 30+196+213=439 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.83% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #1EC4D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC4D5 is #E13B2A. Grayscale: #949494. Windows color (decimal): -14760747 or 14009374. OLE color: 14009374.

HSL color Cylindrical-coordinate representation of color #1EC4D5: hue angle of 185.57º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EC4D5 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 196 213 -
CMYK 0.86 0.08 0 0.16
HSL 185.57º 0.75% 0.48% -
HSV(B) 185.57º 0.86% 0.84% -
XYZ 32.29 44.56 69.85 -
YUV 148.3 164.5 43.62 -
System Red Green Blue C M Y K H S L
Decimal 30 196 213 0.86 0.08 0 0.16 185.57 0.75 0.48
Hex 1E C4 D5 56 8 0 10 BA 4B 30
Octal 36 304 325 126 10 0 20 272 113 60
Binary 11110 11000100 11010101 1010110 1000 0 10000 10111010 1001011 110000

Color Harmonies of #1EC4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC4D5

Black with #1EC4D5

Text Example


Text Example

White with #1EC4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,196,213); }

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

background-color css

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

 a { background-color: rgb(30,196,213); }

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

border-color css

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

 span { border-color: rgb(30,196,213); }

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