Html Css Color HEX #1ECDD9 Dark Turquoise

📋 copy color: '#1ECDD9'

red 30 ◦ green 205 ◦ blue 217

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

Shades of Dark Turquoise #1ECDD9

Tints of Dark Turquoise #1ECDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.01%

R = 6.64%
G = 45.35%
B = 48.01%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1ECDD9 (or 0x1ECDD9) is known color: Dark Turquoise. HEX triplet: 1E, CD and D9. RGB value is (30,205,217). Sum of RGB (Red+Green+Blue) = 30+205+217=452 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.64% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 217 - color contains mainly: blue. Hex color #1ECDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECDD9 is #E13226. Grayscale: #999999. Windows color (decimal): -14758439 or 14273822. OLE color: 14273822.

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

Color convert

RGB 30 205 217 -
CMYK 0.86 0.06 0 0.15
HSL 183.85º 0.76% 0.48% -
HSV(B) 183.85º 0.86% 0.85% -
XYZ 34.89 48.95 73.25 -
YUV 154.04 163.52 39.52 -
System Red Green Blue C M Y K H S L
Decimal 30 205 217 0.86 0.06 0 0.15 183.85 0.76 0.48
Hex 1E CD D9 56 6 0 F B8 4C 30
Octal 36 315 331 126 6 0 17 270 114 60
Binary 11110 11001101 11011001 1010110 110 0 1111 10111000 1001100 110000

Color Harmonies of #1ECDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECDD9

Black with #1ECDD9

Text Example


Text Example

White with #1ECDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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