Html Css Color HEX #1DE6DC Bright Turquoise

📋 copy color: '#1DE6DC'

red 29 ◦ green 230 ◦ blue 220

#1DE6DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #1DE6DC

Tints of Bright Turquoise #1DE6DC

RGB

 RED value IS 29 (11.72% from 255) = 6.05%

 GREEN value IS 230 (90.23% from 255) = 48.02%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 6.05%
G = 48.02%
B = 45.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#1DE6DC (or 0x1DE6DC) is known color: Bright Turquoise. HEX triplet: 1D, E6 and DC. RGB value is (29,230,220). Sum of RGB (Red+Green+Blue) = 29+230+220=479 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.05% from 479); Green value is 230 (90.23% from 255 or 48.02% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 230 - color contains mainly: green. Hex color #1DE6DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DE6DC is #E21923. Grayscale: #A8A8A8. Windows color (decimal): -14817572 or 14476829. OLE color: 14476829.

HSL color Cylindrical-coordinate representation of color #1DE6DC: hue angle of 177.01º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE6DC is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 29 230 220 -
CMYK 0.87 0 0.04 0.10
HSL 177.01º 0.8% 0.51% -
HSV(B) 177.01º 0.87% 0.9% -
XYZ 41.72 62.02 77.48 -
YUV 168.76 156.91 28.31 -
System Red Green Blue C M Y K H S L
Decimal 29 230 220 0.87 0 0.04 0.10 177.01 0.8 0.51
Hex 1D E6 DC 57 0 4 A B1 50 33
Octal 35 346 334 127 0 4 12 261 120 63
Binary 11101 11100110 11011100 1010111 0 100 1010 10110001 1010000 110011

Color Harmonies of #1DE6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE6DC

Black with #1DE6DC

Text Example


Text Example

White with #1DE6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,230,220); }

 H1.HeaderClassName
 {
   color: #1DE6DC;
 }
 .AnyTagClassName
 {
   color: #1DE6DC;
 }
</style>

background-color css

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

 a { background-color: rgb(29,230,220); }

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

border-color css

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

 span { border-color: rgb(29,230,220); }

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