#1DD4DE

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

Shades of Bright Turquoise #1DD4DE

Tints of Bright Turquoise #1DD4DE

Color information

#1DD4DE (or 0x1DD4DE) is unknown color: approx Bright Turquoise. HEX triplet: 1D, D4 and DE. RGB value is (29,212,222). Sum of RGB (Red+Green+Blue) = 29+212+222=463 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.26% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #1DD4DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD4DE is #E22B21. Grayscale: #9E9E9E. Windows color (decimal): -14822178 or 14603293. OLE color: 14603293.

HSL color Cylindrical-coordinate representation of color #1DD4DE: hue angle of 183.11º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD4DE is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB29212222-
CMYK0.870.0500.13
HSL183.11º76.89%49.22%-
HSV(B)183.11º86.94%87.06%-
XYZ37.2352.6277.3-
YUV158.42163.8735.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.26%
GREEN value IS 212 (83.20% from 255) = 45.79%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=6.26%
G=45.79%
B=47.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal292122220.870.0500.13183.1176.8949.22
Hex1DD4DE5750Db74d31
Octal35324336127501526711561
Binary111011101010011011110101011110101101101101111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,212,222); }

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

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

 a { background-color: rgb(29,212,222); }

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

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

 span { border-color: rgb(29,212,222); }

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