#1DD3DE

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

Shades of Bright Turquoise #1DD3DE

Tints of Bright Turquoise #1DD3DE

Color information

#1DD3DE (or 0x1DD3DE) is unknown color: approx Bright Turquoise. HEX triplet: 1D, D3 and DE. RGB value is (29,211,222). Sum of RGB (Red+Green+Blue) = 29+211+222=462 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.28% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #1DD3DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD3DE is #E22C21. Grayscale: #9D9D9D. Windows color (decimal): -14822434 or 14603037. OLE color: 14603037.

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

Color convert

RGB29211222-
CMYK0.870.0500.13
HSL183.42º76.89%49.22%-
HSV(B)183.42º86.94%87.06%-
XYZ36.9952.1277.22-
YUV157.84164.236.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.28%
GREEN value IS 211 (82.81% from 255) = 45.67%
BLUE value IS 222 (87.11% from 255) = 48.05%
R=6.28%
G=45.67%
B=48.05%

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
Decimal292112220.870.0500.13183.4276.8949.22
Hex1DD3DE5750Db74d31
Octal35323336127501526711561
Binary111011101001111011110101011110101101101101111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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