Html Css Color HEX #1EC2D8 Dark Turquoise

📋 copy color: '#1EC2D8'

red 30 ◦ green 194 ◦ blue 216

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

Shades of Dark Turquoise #1EC2D8

Tints of Dark Turquoise #1EC2D8

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.09%

 BLUE value IS 216 (84.77% from 255) = 49.09%

R = 6.82%
G = 44.09%
B = 49.09%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1EC2D8 (or 0x1EC2D8) is known color: Dark Turquoise. HEX triplet: 1E, C2 and D8. RGB value is (30,194,216). Sum of RGB (Red+Green+Blue) = 30+194+216=440 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.82% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #1EC2D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC2D8 is #E13D27. Grayscale: #939393. Windows color (decimal): -14761256 or 14205470. OLE color: 14205470.

HSL color Cylindrical-coordinate representation of color #1EC2D8: hue angle of 187.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 #1EC2D8 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 194 216 -
CMYK 0.86 0.10 0 0.15
HSL 187.1º 0.76% 0.48% -
HSV(B) 187.1º 0.86% 0.85% -
XYZ 32.22 43.82 71.73 -
YUV 147.47 166.67 44.21 -
System Red Green Blue C M Y K H S L
Decimal 30 194 216 0.86 0.10 0 0.15 187.1 0.76 0.48
Hex 1E C2 D8 56 A 0 F BB 4C 30
Octal 36 302 330 126 12 0 17 273 114 60
Binary 11110 11000010 11011000 1010110 1010 0 1111 10111011 1001100 110000

Color Harmonies of #1EC2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC2D8

Black with #1EC2D8

Text Example


Text Example

White with #1EC2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,194,216); }

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

background-color css

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

 a { background-color: rgb(30,194,216); }

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

border-color css

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

 span { border-color: rgb(30,194,216); }

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