Html Css Color HEX #1DE5BC Turquoise

📋 copy color: '#1DE5BC'

red 29 ◦ green 229 ◦ blue 188

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

Shades of Turquoise #1DE5BC

Tints of Turquoise #1DE5BC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.35%

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

R = 6.5%
G = 51.35%
B = 42.15%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#1DE5BC (or 0x1DE5BC) is known color: Turquoise. HEX triplet: 1D, E5 and BC. RGB value is (29,229,188). Sum of RGB (Red+Green+Blue) = 29+229+188=446 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.50% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #1DE5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DE5BC is #E21A43. Grayscale: #A4A4A4. Windows color (decimal): -14817860 or 12379421. OLE color: 12379421.

HSL color Cylindrical-coordinate representation of color #1DE5BC: hue angle of 167.7º degrees, saturation: 0.79, 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 #1DE5BC is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 29 229 188 -
CMYK 0.87 0 0.18 0.10
HSL 167.7º 0.79% 0.51% -
HSV(B) 167.7º 0.87% 0.9% -
XYZ 37.6 59.93 57.16 -
YUV 164.53 141.24 31.33 -
System Red Green Blue C M Y K H S L
Decimal 29 229 188 0.87 0 0.18 0.10 167.7 0.79 0.51
Hex 1D E5 BC 57 0 12 A A8 4F 33
Octal 35 345 274 127 0 22 12 250 117 63
Binary 11101 11100101 10111100 1010111 0 10010 1010 10101000 1001111 110011

Color Harmonies of #1DE5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE5BC

Black with #1DE5BC

Text Example


Text Example

White with #1DE5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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