Html Css Color HEX #1ECFD1 Dark Turquoise

📋 copy color: '#1ECFD1'

red 30 ◦ green 207 ◦ blue 209

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

Shades of Dark Turquoise #1ECFD1

Tints of Dark Turquoise #1ECFD1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.41%

 BLUE value IS 209 (82.03% from 255) = 46.86%

R = 6.73%
G = 46.41%
B = 46.86%

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

#1ECFD1 (or 0x1ECFD1) is known color: Dark Turquoise. HEX triplet: 1E, CF and D1. RGB value is (30,207,209). Sum of RGB (Red+Green+Blue) = 30+207+209=446 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.73% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #1ECFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECFD1 is #E1302E. Grayscale: #9A9A9A. Windows color (decimal): -14757935 or 13750046. OLE color: 13750046.

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

Color convert

RGB 30 207 209 -
CMYK 0.86 0.01 0 0.18
HSL 180.67º 0.75% 0.47% -
HSV(B) 180.67º 0.86% 0.82% -
XYZ 34.36 49.51 68.07 -
YUV 154.31 158.86 39.34 -
System Red Green Blue C M Y K H S L
Decimal 30 207 209 0.86 0.01 0 0.18 180.67 0.75 0.47
Hex 1E CF D1 56 1 0 12 B5 4B 2F
Octal 36 317 321 126 1 0 22 265 113 57
Binary 11110 11001111 11010001 1010110 1 0 10010 10110101 1001011 101111

Color Harmonies of #1ECFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECFD1

Black with #1ECFD1

Text Example


Text Example

White with #1ECFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,207,209); }

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

background-color css

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

 a { background-color: rgb(30,207,209); }

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

border-color css

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

 span { border-color: rgb(30,207,209); }

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