Html Css Color HEX #1DE7DB Bright Turquoise

📋 copy color: '#1DE7DB'

red 29 ◦ green 231 ◦ blue 219

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

Shades of Bright Turquoise #1DE7DB

Tints of Bright Turquoise #1DE7DB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.23%

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

R = 6.05%
G = 48.23%
B = 45.72%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#1DE7DB (or 0x1DE7DB) is known color: Bright Turquoise. HEX triplet: 1D, E7 and DB. RGB value is (29,231,219). Sum of RGB (Red+Green+Blue) = 29+231+219=479 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.05% from 479); Green value is 231 (90.62% from 255 or 48.23% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 231 - color contains mainly: green. Hex color #1DE7DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DE7DB is #E21824. Grayscale: #A9A9A9. Windows color (decimal): -14817317 or 14411549. OLE color: 14411549.

HSL color Cylindrical-coordinate representation of color #1DE7DB: hue angle of 176.44º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE7DB is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 29 231 219 -
CMYK 0.87 0 0.05 0.09
HSL 176.44º 0.81% 0.51% -
HSV(B) 176.44º 0.87% 0.91% -
XYZ 41.87 62.53 76.88 -
YUV 169.23 156.08 27.98 -
System Red Green Blue C M Y K H S L
Decimal 29 231 219 0.87 0 0.05 0.09 176.44 0.81 0.51
Hex 1D E7 DB 57 0 5 9 B0 51 33
Octal 35 347 333 127 0 5 11 260 121 63
Binary 11101 11100111 11011011 1010111 0 101 1001 10110000 1010001 110011

Color Harmonies of #1DE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE7DB

Black with #1DE7DB

Text Example


Text Example

White with #1DE7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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