#1DF8DE

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

Shades of Bright Turquoise #1DF8DE

Tints of Bright Turquoise #1DF8DE

Color information

#1DF8DE (or 0x1DF8DE) is unknown color: approx Bright Turquoise. HEX triplet: 1D, F8 and DE. RGB value is (29,248,222). Sum of RGB (Red+Green+Blue) = 29+248+222=499 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.81% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF8DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF8DE is #E20721. Grayscale: #B3B3B3. Windows color (decimal): -14812962 or 14612509. OLE color: 14612509.

HSL color Cylindrical-coordinate representation of color #1DF8DE: hue angle of 172.88º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF8DE is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB29248222-
CMYK0.8800.100.03
HSL172.88º93.99%54.31%-
HSV(B)172.88º88.31%97.25%-
XYZ47.2672.6780.64-
YUV179.55151.9520.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.81%
GREEN value IS 248 (97.27% from 255) = 49.70%
BLUE value IS 222 (87.11% from 255) = 44.49%
R=5.81%
G=49.70%
B=44.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal292482220.8800.100.03172.8893.9954.31
Hex1DF8DE580A3ad5e36
Octal35370336130012325513666
Binary11101111110001101111010110000101011101011011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DF8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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