Html Css Color HEX #1ECCDB Dark Turquoise

📋 copy color: '#1ECCDB'

red 30 ◦ green 204 ◦ blue 219

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

Shades of Dark Turquoise #1ECCDB

Tints of Dark Turquoise #1ECCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.03%

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

R = 6.62%
G = 45.03%
B = 48.34%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1ECCDB (or 0x1ECCDB) is known color: Dark Turquoise. HEX triplet: 1E, CC and DB. RGB value is (30,204,219). Sum of RGB (Red+Green+Blue) = 30+204+219=453 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.62% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #1ECCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECCDB is #E13324. Grayscale: #999999. Windows color (decimal): -14758693 or 14404638. OLE color: 14404638.

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

Color convert

RGB 30 204 219 -
CMYK 0.86 0.07 0 0.14
HSL 184.76º 0.76% 0.49% -
HSV(B) 184.76º 0.86% 0.86% -
XYZ 34.91 48.58 74.55 -
YUV 153.68 164.85 39.78 -
System Red Green Blue C M Y K H S L
Decimal 30 204 219 0.86 0.07 0 0.14 184.76 0.76 0.49
Hex 1E CC DB 56 7 0 E B9 4C 31
Octal 36 314 333 126 7 0 16 271 114 61
Binary 11110 11001100 11011011 1010110 111 0 1110 10111001 1001100 110001

Color Harmonies of #1ECCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECCDB

Black with #1ECCDB

Text Example


Text Example

White with #1ECCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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