#1ED8D0

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

Shades of Bright Turquoise #1ED8D0

Tints of Bright Turquoise #1ED8D0

Color information

#1ED8D0 (or 0x1ED8D0) is unknown color: approx Bright Turquoise. HEX triplet: 1E, D8 and D0. RGB value is (30,216,208). Sum of RGB (Red+Green+Blue) = 30+216+208=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED8D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED8D0 is #E1272F. Grayscale: #9F9F9F. Windows color (decimal): -14755632 or 13686814. OLE color: 13686814.

HSL color Cylindrical-coordinate representation of color #1ED8D0: hue angle of 177.42º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED8D0 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB30216208-
CMYK0.8600.040.15
HSL177.42º75.61%48.24%-
HSV(B)177.42º86.11%84.71%-
XYZ36.4853.9468.16-
YUV159.47155.3835.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.61%
GREEN value IS 216 (84.77% from 255) = 47.58%
BLUE value IS 208 (81.64% from 255) = 45.81%
R=6.61%
G=47.58%
B=45.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal302162080.8600.040.15177.4275.6148.24
Hex1ED8D05604Fb14c30
Octal36330320126041726111460
Binary111101101100011010000101011001001111101100011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,216,208); }

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

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

 a { background-color: rgb(30,216,208); }

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

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

 span { border-color: rgb(30,216,208); }

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