#1DD6E9

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

Shades of Bright Turquoise #1DD6E9

Tints of Bright Turquoise #1DD6E9

Color information

#1DD6E9 (or 0x1DD6E9) is unknown color: approx Bright Turquoise. HEX triplet: 1D, D6 and E9. RGB value is (29,214,233). Sum of RGB (Red+Green+Blue) = 29+214+233=476 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.09% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #1DD6E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD6E9 is #E22916. Grayscale: #A0A0A0. Windows color (decimal): -14821655 or 15324701. OLE color: 15324701.

HSL color Cylindrical-coordinate representation of color #1DD6E9: hue angle of 185.59º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DD6E9 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB29214233-
CMYK0.880.0800.09
HSL185.59º82.26%51.37%-
HSV(B)185.59º87.55%91.37%-
XYZ39.2654.2485.49-
YUV160.85168.7133.96-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.09%
GREEN value IS 214 (83.98% from 255) = 44.96%
BLUE value IS 233 (91.41% from 255) = 48.95%
R=6.09%
G=44.96%
B=48.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal292142330.880.0800.09185.5982.2651.37
Hex1DD6E958809ba5233
Octal353263511301001127212263
Binary1110111010110111010011011000100001001101110101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,214,233); }

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

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

 a { background-color: rgb(29,214,233); }

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

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

 span { border-color: rgb(29,214,233); }

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