#1ED4DD

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

Shades of Bright Turquoise #1ED4DD

Tints of Bright Turquoise #1ED4DD

Color information

#1ED4DD (or 0x1ED4DD) is unknown color: approx Bright Turquoise. HEX triplet: 1E, D4 and DD. RGB value is (30,212,221). Sum of RGB (Red+Green+Blue) = 30+212+221=463 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.48% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ED4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED4DD is #E12B22. Grayscale: #9E9E9E. Windows color (decimal): -14756643 or 14537758. OLE color: 14537758.

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

Color convert

RGB30212221-
CMYK0.860.0400.13
HSL182.83º76.1%49.22%-
HSV(B)182.83º86.43%86.67%-
XYZ37.1352.5876.6-
YUV158.61163.236.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.48%
GREEN value IS 212 (83.20% from 255) = 45.79%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=6.48%
G=45.79%
B=47.73%

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
Decimal302122210.860.0400.13182.8376.149.22
Hex1ED4DD5640Db74c31
Octal36324335126401526711461
Binary111101101010011011101101011010001101101101111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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