#1DF5D6

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

Shades of Bright Turquoise #1DF5D6

Tints of Bright Turquoise #1DF5D6

Color information

#1DF5D6 (or 0x1DF5D6) is unknown color: approx Bright Turquoise. HEX triplet: 1D, F5 and D6. RGB value is (29,245,214). Sum of RGB (Red+Green+Blue) = 29+245+214=488 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.94% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF5D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF5D6 is #E20A29. Grayscale: #B0B0B0. Windows color (decimal): -14813738 or 14087453. OLE color: 14087453.

HSL color Cylindrical-coordinate representation of color #1DF5D6: hue angle of 171.39º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF5D6 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB29245214-
CMYK0.8800.130.04
HSL171.39º91.53%53.73%-
HSV(B)171.39º88.16%96.08%-
XYZ45.370.4274.82-
YUV176.88148.9422.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.94%
GREEN value IS 245 (96.09% from 255) = 50.20%
BLUE value IS 214 (83.98% from 255) = 43.85%
R=5.94%
G=50.20%
B=43.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal292452140.8800.130.04171.3991.5353.73
Hex1DF5D6580D4ab5c36
Octal35365326130015425313466
Binary111011111010111010110101100001101100101010111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DF5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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