#1DE8EF

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

Shades of Bright Turquoise #1DE8EF

Tints of Bright Turquoise #1DE8EF

Color information

#1DE8EF (or 0x1DE8EF) is unknown color: approx Bright Turquoise. HEX triplet: 1D, E8 and EF. RGB value is (29,232,239). Sum of RGB (Red+Green+Blue) = 29+232+239=500 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.8% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DE8EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DE8EF is #E21710. Grayscale: #ABABAB. Windows color (decimal): -14817041 or 15722525. OLE color: 15722525.

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

Color convert

RGB29232239-
CMYK0.880.0300.06
HSL182º86.78%52.55%-
HSV(B)182º87.87%93.73%-
XYZ44.9464.2191.69-
YUV172.1165.7525.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.8%
GREEN value IS 232 (91.02% from 255) = 46.4%
BLUE value IS 239 (93.75% from 255) = 47.8%
R=5.8%
G=46.4%
B=47.8%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal292322390.880.0300.0618286.7852.55
Hex1DE8EF58306b65735
Octal3535035713030626612765
Binary1110111101000111011111011000110110101101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,232,239); }

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

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

 a { background-color: rgb(29,232,239); }

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

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

 span { border-color: rgb(29,232,239); }

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