#1DE9D6

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

Shades of Bright Turquoise #1DE9D6

Tints of Bright Turquoise #1DE9D6

Color information

#1DE9D6 (or 0x1DE9D6) is unknown color: approx Bright Turquoise. HEX triplet: 1D, E9 and D6. RGB value is (29,233,214). Sum of RGB (Red+Green+Blue) = 29+233+214=476 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.09% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #1DE9D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DE9D6 is #E21629. Grayscale: #A9A9A9. Windows color (decimal): -14816810 or 14084381. OLE color: 14084381.

HSL color Cylindrical-coordinate representation of color #1DE9D6: hue angle of 174.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DE9D6 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB29233214-
CMYK0.8800.080.09
HSL174.41º82.26%51.37%-
HSV(B)174.41º87.55%91.37%-
XYZ41.7863.3973.65-
YUV169.84152.9127.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.09%
GREEN value IS 233 (91.41% from 255) = 48.95%
BLUE value IS 214 (83.98% from 255) = 44.96%
R=6.09%
G=48.95%
B=44.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal292332140.8800.080.09174.4182.2651.37
Hex1DE9D658089ae5233
Octal353513261300101125612263
Binary1110111101001110101101011000010001001101011101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DE9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,233,214); }

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

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

 a { background-color: rgb(29,233,214); }

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

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

 span { border-color: rgb(29,233,214); }

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