#1ED5DD

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

Shades of Bright Turquoise #1ED5DD

Tints of Bright Turquoise #1ED5DD

Color information

#1ED5DD (or 0x1ED5DD) is unknown color: approx Bright Turquoise. HEX triplet: 1E, D5 and DD. RGB value is (30,213,221). Sum of RGB (Red+Green+Blue) = 30+213+221=464 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.47% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ED5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED5DD is #E12A22. Grayscale: #9E9E9E. Windows color (decimal): -14756387 or 14538014. OLE color: 14538014.

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

Color convert

RGB30213221-
CMYK0.860.0400.13
HSL182.51º76.1%49.22%-
HSV(B)182.51º86.43%86.67%-
XYZ37.3853.0876.68-
YUV159.2162.8735.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.47%
GREEN value IS 213 (83.59% from 255) = 45.91%
BLUE value IS 221 (86.72% from 255) = 47.63%
R=6.47%
G=45.91%
B=47.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal302132210.860.0400.13182.5176.149.22
Hex1ED5DD5640Db74c31
Octal36325335126401526711461
Binary111101101010111011101101011010001101101101111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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