Html Css Color HEX #1ECFDC Dark Turquoise

📋 copy color: '#1ECFDC'

red 30 ◦ green 207 ◦ blue 220

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

Shades of Dark Turquoise #1ECFDC

Tints of Dark Turquoise #1ECFDC

RGB

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

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

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

R = 6.56%
G = 45.3%
B = 48.14%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1ECFDC (or 0x1ECFDC) is known color: Dark Turquoise. HEX triplet: 1E, CF and DC. RGB value is (30,207,220). Sum of RGB (Red+Green+Blue) = 30+207+220=457 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.56% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #1ECFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECFDC is #E13023. Grayscale: #9B9B9B. Windows color (decimal): -14757924 or 14470942. OLE color: 14470942.

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

Color convert

RGB 30 207 220 -
CMYK 0.86 0.06 0 0.14
HSL 184.11º 0.76% 0.49% -
HSV(B) 184.11º 0.86% 0.86% -
XYZ 35.77 50.07 75.49 -
YUV 155.56 164.36 38.44 -
System Red Green Blue C M Y K H S L
Decimal 30 207 220 0.86 0.06 0 0.14 184.11 0.76 0.49
Hex 1E CF DC 56 6 0 E B8 4C 31
Octal 36 317 334 126 6 0 16 270 114 61
Binary 11110 11001111 11011100 1010110 110 0 1110 10111000 1001100 110001

Color Harmonies of #1ECFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECFDC

Black with #1ECFDC

Text Example


Text Example

White with #1ECFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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