Html Css Color HEX #1ECDD0 Dark Turquoise

📋 copy color: '#1ECDD0'

red 30 ◦ green 205 ◦ blue 208

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

Shades of Dark Turquoise #1ECDD0

Tints of Dark Turquoise #1ECDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.95%

R = 6.77%
G = 46.28%
B = 46.95%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1ECDD0 (or 0x1ECDD0) is known color: Dark Turquoise. HEX triplet: 1E, CD and D0. RGB value is (30,205,208). Sum of RGB (Red+Green+Blue) = 30+205+208=443 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.77% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #1ECDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECDD0 is #E1322F. Grayscale: #989898. Windows color (decimal): -14758448 or 13683998. OLE color: 13683998.

HSL color Cylindrical-coordinate representation of color #1ECDD0: hue angle of 181.01º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECDD0 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 205 208 -
CMYK 0.86 0.01 0 0.18
HSL 181.01º 0.75% 0.47% -
HSV(B) 181.01º 0.86% 0.82% -
XYZ 33.75 48.49 67.26 -
YUV 153.02 159.02 40.26 -
System Red Green Blue C M Y K H S L
Decimal 30 205 208 0.86 0.01 0 0.18 181.01 0.75 0.47
Hex 1E CD D0 56 1 0 12 B5 4B 2F
Octal 36 315 320 126 1 0 22 265 113 57
Binary 11110 11001101 11010000 1010110 1 0 10010 10110101 1001011 101111

Color Harmonies of #1ECDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECDD0

Black with #1ECDD0

Text Example


Text Example

White with #1ECDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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