Html Css Color HEX #1ECBDA Dark Turquoise

📋 copy color: '#1ECBDA'

red 30 ◦ green 203 ◦ blue 218

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

Shades of Dark Turquoise #1ECBDA

Tints of Dark Turquoise #1ECBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 6.65%
G = 45.01%
B = 48.34%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1ECBDA (or 0x1ECBDA) is known color: Dark Turquoise. HEX triplet: 1E, CB and DA. RGB value is (30,203,218). Sum of RGB (Red+Green+Blue) = 30+203+218=451 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.65% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #1ECBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECBDA is #E13425. Grayscale: #989898. Windows color (decimal): -14758950 or 14338846. OLE color: 14338846.

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

Color convert

RGB 30 203 218 -
CMYK 0.86 0.07 0 0.15
HSL 184.79º 0.76% 0.49% -
HSV(B) 184.79º 0.86% 0.85% -
XYZ 34.55 48.05 73.78 -
YUV 152.98 164.69 40.28 -
System Red Green Blue C M Y K H S L
Decimal 30 203 218 0.86 0.07 0 0.15 184.79 0.76 0.49
Hex 1E CB DA 56 7 0 F B9 4C 31
Octal 36 313 332 126 7 0 17 271 114 61
Binary 11110 11001011 11011010 1010110 111 0 1111 10111001 1001100 110001

Color Harmonies of #1ECBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECBDA

Black with #1ECBDA

Text Example


Text Example

White with #1ECBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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