#1DE2D4

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

Shades of Bright Turquoise #1DE2D4

Tints of Bright Turquoise #1DE2D4

Color information

#1DE2D4 (or 0x1DE2D4) is unknown color: approx Bright Turquoise. HEX triplet: 1D, E2 and D4. RGB value is (29,226,212). Sum of RGB (Red+Green+Blue) = 29+226+212=467 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.21% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #1DE2D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DE2D4 is #E21D2B. Grayscale: #A5A5A5. Windows color (decimal): -14818604 or 13951517. OLE color: 13951517.

HSL color Cylindrical-coordinate representation of color #1DE2D4: hue angle of 175.74º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE2D4 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB29226212-
CMYK0.8700.060.11
HSL175.74º77.25%50%-
HSV(B)175.74º87.17%88.63%-
XYZ39.5959.4171.67-
YUV165.5154.2330.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.21%
GREEN value IS 226 (88.67% from 255) = 48.39%
BLUE value IS 212 (83.20% from 255) = 45.40%
R=6.21%
G=48.39%
B=45.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal292262120.8700.060.11175.7477.2550
Hex1DE2D45706Bb04d32
Octal35342324127061326011562
Binary111011110001011010100101011101101011101100001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DE2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,226,212); }

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

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

 a { background-color: rgb(29,226,212); }

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

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

 span { border-color: rgb(29,226,212); }

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