#1DFEDC

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

Shades of Bright Turquoise #1DFEDC

Tints of Bright Turquoise #1DFEDC

Color information

#1DFEDC (or 0x1DFEDC) is unknown color: approx Bright Turquoise. HEX triplet: 1D, FE and DC. RGB value is (29,254,220). Sum of RGB (Red+Green+Blue) = 29+254+220=503 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.77% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFEDC is #E20123. Grayscale: #B6B6B6. Windows color (decimal): -14811428 or 14482973. OLE color: 14482973.

HSL color Cylindrical-coordinate representation of color #1DFEDC: hue angle of 170.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFEDC is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB29254220-
CMYK0.8900.130.00
HSL170.93º99.12%55.49%-
HSV(B)170.93º88.58%99.61%-
XYZ48.8776.3179.86-
YUV182.85148.9618.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.77%
GREEN value IS 254 (99.61% from 255) = 50.50%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=5.77%
G=50.50%
B=43.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal292542200.8900.130.00170.9399.1255.49
Hex1DFEDC590D0ab6337
Octal35376334131015025314367
Binary1110111111110110111001011001011010101010111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DFEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,254,220); }

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

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

 a { background-color: rgb(29,254,220); }

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

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

 span { border-color: rgb(29,254,220); }

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