Html Css Color HEX #1ECBDD Dark Turquoise

📋 copy color: '#1ECBDD'

red 30 ◦ green 203 ◦ blue 221

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

Shades of Dark Turquoise #1ECBDD

Tints of Dark Turquoise #1ECBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 6.61%
G = 44.71%
B = 48.68%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ECBDD (or 0x1ECBDD) is known color: Dark Turquoise. HEX triplet: 1E, CB and DD. RGB value is (30,203,221). Sum of RGB (Red+Green+Blue) = 30+203+221=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ECBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECBDD is #E13422. Grayscale: #999999. Windows color (decimal): -14758947 or 14535454. OLE color: 14535454.

HSL color Cylindrical-coordinate representation of color #1ECBDD: hue angle of 185.65º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECBDD is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 203 221 -
CMYK 0.86 0.08 0 0.13
HSL 185.65º 0.76% 0.49% -
HSV(B) 185.65º 0.86% 0.87% -
XYZ 34.94 48.21 75.87 -
YUV 153.33 166.19 40.04 -
System Red Green Blue C M Y K H S L
Decimal 30 203 221 0.86 0.08 0 0.13 185.65 0.76 0.49
Hex 1E CB DD 56 8 0 D BA 4C 31
Octal 36 313 335 126 10 0 15 272 114 61
Binary 11110 11001011 11011101 1010110 1000 0 1101 10111010 1001100 110001

Color Harmonies of #1ECBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECBDD

Black with #1ECBDD

Text Example


Text Example

White with #1ECBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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