#1EDCDD

Color #1EDCDD Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1EDCDD

Tints of Bright Turquoise #1EDCDD

Color information

#1EDCDD (or 0x1EDCDD) is unknown color: approx Bright Turquoise. HEX triplet: 1E, DC and DD. RGB value is (30,220,221). Sum of RGB (Red+Green+Blue) = 30+220+221=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EDCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDCDD is #E12322. Grayscale: #A3A3A3. Windows color (decimal): -14754595 or 14539806. OLE color: 14539806.

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

Color convert

RGB30220221-
CMYK0.860.0000.13
HSL180.31º76.1%49.22%-
HSV(B)180.31º86.43%86.67%-
XYZ39.1856.6877.28-
YUV163.3160.5532.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.37%
GREEN value IS 220 (86.33% from 255) = 46.71%
BLUE value IS 221 (86.72% from 255) = 46.92%
R=6.37%
G=46.71%
B=46.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal302202210.860.0000.13180.3176.149.22
Hex1EDCDD5600Db44c31
Octal36334335126001526411461
Binary1111011011100110111011010110001101101101001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EDCDD;
 }
 .AnyTagClassName
 {
   color: #1EDCDD;
 }
</style>
background-color css

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

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

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

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

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

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