#1DD5DE

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

Shades of Bright Turquoise #1DD5DE

Tints of Bright Turquoise #1DD5DE

Color information

#1DD5DE (or 0x1DD5DE) is unknown color: approx Bright Turquoise. HEX triplet: 1D, D5 and DE. RGB value is (29,213,222). Sum of RGB (Red+Green+Blue) = 29+213+222=464 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.25% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #1DD5DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD5DE is #E22A21. Grayscale: #9E9E9E. Windows color (decimal): -14821922 or 14603549. OLE color: 14603549.

HSL color Cylindrical-coordinate representation of color #1DD5DE: hue angle of 182.8º 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 #1DD5DE is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB29213222-
CMYK0.870.0400.13
HSL182.8º76.89%49.22%-
HSV(B)182.8º86.94%87.06%-
XYZ37.4953.1277.39-
YUV159.01163.5435.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.25%
GREEN value IS 213 (83.59% from 255) = 45.91%
BLUE value IS 222 (87.11% from 255) = 47.84%
R=6.25%
G=45.91%
B=47.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal292132220.870.0400.13182.876.8949.22
Hex1DD5DE5740Db74d31
Octal35325336127401526711561
Binary111011101010111011110101011110001101101101111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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