Html Css Color HEX #1DE2BC Turquoise

📋 copy color: '#1DE2BC'

red 29 ◦ green 226 ◦ blue 188

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

Shades of Turquoise #1DE2BC

Tints of Turquoise #1DE2BC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.02%

 BLUE value IS 188 (73.83% from 255) = 42.44%

R = 6.55%
G = 51.02%
B = 42.44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#1DE2BC (or 0x1DE2BC) is known color: Turquoise. HEX triplet: 1D, E2 and BC. RGB value is (29,226,188). Sum of RGB (Red+Green+Blue) = 29+226+188=443 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.55% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #1DE2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DE2BC is #E21D43. Grayscale: #A2A2A2. Windows color (decimal): -14818628 or 12378653. OLE color: 12378653.

HSL color Cylindrical-coordinate representation of color #1DE2BC: hue angle of 168.43º 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 #1DE2BC is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 29 226 188 -
CMYK 0.87 0 0.17 0.11
HSL 168.43º 0.77% 0.5% -
HSV(B) 168.43º 0.87% 0.89% -
XYZ 36.78 58.28 56.89 -
YUV 162.77 142.23 32.59 -
System Red Green Blue C M Y K H S L
Decimal 29 226 188 0.87 0 0.17 0.11 168.43 0.77 0.5
Hex 1D E2 BC 57 0 11 B A8 4D 32
Octal 35 342 274 127 0 21 13 250 115 62
Binary 11101 11100010 10111100 1010111 0 10001 1011 10101000 1001101 110010

Color Harmonies of #1DE2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE2BC

Black with #1DE2BC

Text Example


Text Example

White with #1DE2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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