Html Css Color HEX #1ECBDC Dark Turquoise

📋 copy color: '#1ECBDC'

red 30 ◦ green 203 ◦ blue 220

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

Shades of Dark Turquoise #1ECBDC

Tints of Dark Turquoise #1ECBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.81%

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

R = 6.62%
G = 44.81%
B = 48.57%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1ECBDC (or 0x1ECBDC) is known color: Dark Turquoise. HEX triplet: 1E, CB and DC. RGB value is (30,203,220). Sum of RGB (Red+Green+Blue) = 30+203+220=453 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.62% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #1ECBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECBDC is #E13423. Grayscale: #989898. Windows color (decimal): -14758948 or 14469918. OLE color: 14469918.

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

Color convert

RGB 30 203 220 -
CMYK 0.86 0.08 0 0.14
HSL 185.37º 0.76% 0.49% -
HSV(B) 185.37º 0.86% 0.86% -
XYZ 34.81 48.16 75.17 -
YUV 153.21 165.69 40.12 -
System Red Green Blue C M Y K H S L
Decimal 30 203 220 0.86 0.08 0 0.14 185.37 0.76 0.49
Hex 1E CB DC 56 8 0 E B9 4C 31
Octal 36 313 334 126 10 0 16 271 114 61
Binary 11110 11001011 11011100 1010110 1000 0 1110 10111001 1001100 110001

Color Harmonies of #1ECBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECBDC

Black with #1ECBDC

Text Example


Text Example

White with #1ECBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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