Html Css Color HEX #1ECDDC Dark Turquoise

📋 copy color: '#1ECDDC'

red 30 ◦ green 205 ◦ blue 220

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

Shades of Dark Turquoise #1ECDDC

Tints of Dark Turquoise #1ECDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.05%

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 6.59%
G = 45.05%
B = 48.35%

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

#1ECDDC (or 0x1ECDDC) is known color: Dark Turquoise. HEX triplet: 1E, CD and DC. RGB value is (30,205,220). Sum of RGB (Red+Green+Blue) = 30+205+220=455 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.59% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #1ECDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECDDC is #E13223. Grayscale: #9A9A9A. Windows color (decimal): -14758436 or 14470430. OLE color: 14470430.

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

Color convert

RGB 30 205 220 -
CMYK 0.86 0.07 0 0.14
HSL 184.74º 0.76% 0.49% -
HSV(B) 184.74º 0.86% 0.86% -
XYZ 35.29 49.11 75.33 -
YUV 154.39 165.02 39.28 -
System Red Green Blue C M Y K H S L
Decimal 30 205 220 0.86 0.07 0 0.14 184.74 0.76 0.49
Hex 1E CD DC 56 7 0 E B9 4C 31
Octal 36 315 334 126 7 0 16 271 114 61
Binary 11110 11001101 11011100 1010110 111 0 1110 10111001 1001100 110001

Color Harmonies of #1ECDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECDDC

Black with #1ECDDC

Text Example


Text Example

White with #1ECDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,205,220); }

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

background-color css

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

 a { background-color: rgb(30,205,220); }

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

border-color css

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

 span { border-color: rgb(30,205,220); }

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