#1DD9CB

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

Shades of Bright Turquoise #1DD9CB

Tints of Bright Turquoise #1DD9CB

Color information

#1DD9CB (or 0x1DD9CB) is unknown color: approx Bright Turquoise. HEX triplet: 1D, D9 and CB. RGB value is (29,217,203). Sum of RGB (Red+Green+Blue) = 29+217+203=449 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.46% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD9CB is #E22634. Grayscale: #9F9F9F. Windows color (decimal): -14820917 or 13359389. OLE color: 13359389.

HSL color Cylindrical-coordinate representation of color #1DD9CB: hue angle of 175.53º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD9CB is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB29217203-
CMYK0.8700.060.15
HSL175.53º76.42%48.24%-
HSV(B)175.53º86.64%85.1%-
XYZ36.154.265.06-
YUV159.19152.7235.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.46%
GREEN value IS 217 (85.16% from 255) = 48.33%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=6.46%
G=48.33%
B=45.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal292172030.8700.060.15175.5376.4248.24
Hex1DD9CB5706Fb04c30
Octal35331313127061726011460
Binary111011101100111001011101011101101111101100001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,217,203); }

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

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

 a { background-color: rgb(29,217,203); }

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

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

 span { border-color: rgb(29,217,203); }

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