Html Css Color HEX #1ECEDB Dark Turquoise

📋 copy color: '#1ECEDB'

red 30 ◦ green 206 ◦ blue 219

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

Shades of Dark Turquoise #1ECEDB

Tints of Dark Turquoise #1ECEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.27%

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 6.59%
G = 45.27%
B = 48.13%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1ECEDB (or 0x1ECEDB) is known color: Dark Turquoise. HEX triplet: 1E, CE and DB. RGB value is (30,206,219). Sum of RGB (Red+Green+Blue) = 30+206+219=455 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.59% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #1ECEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECEDB is #E13124. Grayscale: #9A9A9A. Windows color (decimal): -14758181 or 14405150. OLE color: 14405150.

HSL color Cylindrical-coordinate representation of color #1ECEDB: hue angle of 184.13º 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 #1ECEDB is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 206 219 -
CMYK 0.86 0.06 0 0.14
HSL 184.13º 0.76% 0.49% -
HSV(B) 184.13º 0.86% 0.86% -
XYZ 35.39 49.53 74.71 -
YUV 154.86 164.19 38.94 -
System Red Green Blue C M Y K H S L
Decimal 30 206 219 0.86 0.06 0 0.14 184.13 0.76 0.49
Hex 1E CE DB 56 6 0 E B8 4C 31
Octal 36 316 333 126 6 0 16 270 114 61
Binary 11110 11001110 11011011 1010110 110 0 1110 10111000 1001100 110001

Color Harmonies of #1ECEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECEDB

Black with #1ECEDB

Text Example


Text Example

White with #1ECEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,206,219); }

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

background-color css

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

 a { background-color: rgb(30,206,219); }

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

border-color css

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

 span { border-color: rgb(30,206,219); }

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