#1DEDCC

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

Shades of Bright Turquoise #1DEDCC

Tints of Bright Turquoise #1DEDCC

Color information

#1DEDCC (or 0x1DEDCC) is unknown color: approx Bright Turquoise. HEX triplet: 1D, ED and CC. RGB value is (29,237,204). Sum of RGB (Red+Green+Blue) = 29+237+204=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #1DEDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEDCC is #E21233. Grayscale: #AAAAAA. Windows color (decimal): -14815796 or 13430045. OLE color: 13430045.

HSL color Cylindrical-coordinate representation of color #1DEDCC: hue angle of 170.48º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEDCC is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB29237204-
CMYK0.8800.140.07
HSL170.48º85.25%52.16%-
HSV(B)170.48º87.76%92.94%-
XYZ41.6965.1967.51-
YUV171.05146.5926.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.17%
GREEN value IS 237 (92.97% from 255) = 50.43%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=6.17%
G=50.43%
B=43.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal292372040.8800.140.07170.4885.2552.16
Hex1DEDCC580E7aa5534
Octal35355314130016725212564
Binary111011110110111001100101100001110111101010101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DEDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,237,204); }

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

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

 a { background-color: rgb(29,237,204); }

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

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

 span { border-color: rgb(29,237,204); }

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