#1DD0EC

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

Shades of Bright Turquoise #1DD0EC

Tints of Bright Turquoise #1DD0EC

Color information

#1DD0EC (or 0x1DD0EC) is unknown color: approx Bright Turquoise. HEX triplet: 1D, D0 and EC. RGB value is (29,208,236). Sum of RGB (Red+Green+Blue) = 29+208+236=473 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.13% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DD0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD0EC is #E22F13. Grayscale: #9D9D9D. Windows color (decimal): -14823188 or 15519773. OLE color: 15519773.

HSL color Cylindrical-coordinate representation of color #1DD0EC: hue angle of 188.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DD0EC is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB29208236-
CMYK0.880.1200.07
HSL188.12º84.49%51.96%-
HSV(B)188.12º87.71%92.55%-
XYZ38.251.4387.27-
YUV157.67172.236.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.13%
GREEN value IS 208 (81.64% from 255) = 43.97%
BLUE value IS 236 (92.58% from 255) = 49.89%
R=6.13%
G=43.97%
B=49.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal292082360.880.1200.07188.1284.4951.96
Hex1DD0EC58C07bc5434
Octal35320354130140727412464
Binary111011101000011101100101100011000111101111001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,208,236); }

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

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

 a { background-color: rgb(29,208,236); }

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

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

 span { border-color: rgb(29,208,236); }

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