#1DE1C0

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

Shades of Bright Turquoise #1DE1C0

Tints of Bright Turquoise #1DE1C0

Color information

#1DE1C0 (or 0x1DE1C0) is unknown color: approx Bright Turquoise. HEX triplet: 1D, E1 and C0. RGB value is (29,225,192). Sum of RGB (Red+Green+Blue) = 29+225+192=446 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.50% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #1DE1C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DE1C0 is #E21E3F. Grayscale: #A2A2A2. Windows color (decimal): -14818880 or 12640541. OLE color: 12640541.

HSL color Cylindrical-coordinate representation of color #1DE1C0: hue angle of 169.9º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE1C0 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB29225192-
CMYK0.8700.150.12
HSL169.9º77.17%49.8%-
HSV(B)169.9º87.11%88.24%-
XYZ36.9557.9259.1-
YUV162.63144.5732.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.50%
GREEN value IS 225 (88.28% from 255) = 50.45%
BLUE value IS 192 (75.39% from 255) = 43.05%
R=6.50%
G=50.45%
B=43.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal292251920.8700.150.12169.977.1749.8
Hex1DE1C0570FCaa4d32
Octal353413001270171425211562
Binary1110111100001110000001010111011111100101010101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DE1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,225,192); }

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

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

 a { background-color: rgb(29,225,192); }

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

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

 span { border-color: rgb(29,225,192); }

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

cancel