Html Css Color HEX #1ECCDA Dark Turquoise

📋 copy color: '#1ECCDA'

red 30 ◦ green 204 ◦ blue 218

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

Shades of Dark Turquoise #1ECCDA

Tints of Dark Turquoise #1ECCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.13%

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

R = 6.64%
G = 45.13%
B = 48.23%

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

#1ECCDA (or 0x1ECCDA) is known color: Dark Turquoise. HEX triplet: 1E, CC and DA. RGB value is (30,204,218). Sum of RGB (Red+Green+Blue) = 30+204+218=452 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.64% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #1ECCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECCDA is #E13325. Grayscale: #999999. Windows color (decimal): -14758694 or 14339102. OLE color: 14339102.

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

Color convert

RGB 30 204 218 -
CMYK 0.86 0.06 0 0.15
HSL 184.47º 0.76% 0.49% -
HSV(B) 184.47º 0.86% 0.85% -
XYZ 34.78 48.52 73.86 -
YUV 153.57 164.35 39.86 -
System Red Green Blue C M Y K H S L
Decimal 30 204 218 0.86 0.06 0 0.15 184.47 0.76 0.49
Hex 1E CC DA 56 6 0 F B8 4C 31
Octal 36 314 332 126 6 0 17 270 114 61
Binary 11110 11001100 11011010 1010110 110 0 1111 10111000 1001100 110001

Color Harmonies of #1ECCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECCDA

Black with #1ECCDA

Text Example


Text Example

White with #1ECCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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