Html Css Color HEX #1DE0DB Bright Turquoise

📋 copy color: '#1DE0DB'

red 29 ◦ green 224 ◦ blue 219

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

Shades of Bright Turquoise #1DE0DB

Tints of Bright Turquoise #1DE0DB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.46%

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

R = 6.14%
G = 47.46%
B = 46.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#1DE0DB (or 0x1DE0DB) is known color: Bright Turquoise. HEX triplet: 1D, E0 and DB. RGB value is (29,224,219). Sum of RGB (Red+Green+Blue) = 29+224+219=472 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.14% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #1DE0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DE0DB is #E21F24. Grayscale: #A4A4A4. Windows color (decimal): -14819109 or 14409757. OLE color: 14409757.

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

Color convert

RGB 29 224 219 -
CMYK 0.87 0 0.02 0.12
HSL 178.46º 0.77% 0.5% -
HSV(B) 178.46º 0.87% 0.88% -
XYZ 39.95 58.69 76.24 -
YUV 165.13 158.4 30.91 -
System Red Green Blue C M Y K H S L
Decimal 29 224 219 0.87 0 0.02 0.12 178.46 0.77 0.5
Hex 1D E0 DB 57 0 2 C B2 4D 32
Octal 35 340 333 127 0 2 14 262 115 62
Binary 11101 11100000 11011011 1010111 0 10 1100 10110010 1001101 110010

Color Harmonies of #1DE0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE0DB

Black with #1DE0DB

Text Example


Text Example

White with #1DE0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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