Html Css Color HEX #1DE1DB Bright Turquoise

📋 copy color: '#1DE1DB'

red 29 ◦ green 225 ◦ blue 219

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

Shades of Bright Turquoise #1DE1DB

Tints of Bright Turquoise #1DE1DB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.57%

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 6.13%
G = 47.57%
B = 46.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#1DE1DB (or 0x1DE1DB) is known color: Bright Turquoise. HEX triplet: 1D, E1 and DB. RGB value is (29,225,219). Sum of RGB (Red+Green+Blue) = 29+225+219=473 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.13% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #1DE1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DE1DB is #E21E24. Grayscale: #A5A5A5. Windows color (decimal): -14818853 or 14410013. OLE color: 14410013.

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

Color convert

RGB 29 225 219 -
CMYK 0.87 0 0.03 0.12
HSL 178.16º 0.77% 0.5% -
HSV(B) 178.16º 0.87% 0.88% -
XYZ 40.22 59.23 76.33 -
YUV 165.71 158.07 30.49 -
System Red Green Blue C M Y K H S L
Decimal 29 225 219 0.87 0 0.03 0.12 178.16 0.77 0.5
Hex 1D E1 DB 57 0 3 C B2 4D 32
Octal 35 341 333 127 0 3 14 262 115 62
Binary 11101 11100001 11011011 1010111 0 11 1100 10110010 1001101 110010

Color Harmonies of #1DE1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE1DB

Black with #1DE1DB

Text Example


Text Example

White with #1DE1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,225,219); }

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

background-color css

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

 a { background-color: rgb(29,225,219); }

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

border-color css

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

 span { border-color: rgb(29,225,219); }

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