Html Css Color HEX #1DEADB Bright Turquoise

📋 copy color: '#1DEADB'

red 29 ◦ green 234 ◦ blue 219

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

Shades of Bright Turquoise #1DEADB

Tints of Bright Turquoise #1DEADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.55%

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

R = 6.02%
G = 48.55%
B = 45.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#1DEADB (or 0x1DEADB) is known color: Bright Turquoise. HEX triplet: 1D, EA and DB. RGB value is (29,234,219). Sum of RGB (Red+Green+Blue) = 29+234+219=482 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.02% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #1DEADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEADB is #E21524. Grayscale: #AAAAAA. Windows color (decimal): -14816549 or 14412317. OLE color: 14412317.

HSL color Cylindrical-coordinate representation of color #1DEADB: hue angle of 175.61º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEADB is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 234 219 -
CMYK 0.88 0 0.06 0.08
HSL 175.61º 0.83% 0.52% -
HSV(B) 175.61º 0.88% 0.92% -
XYZ 42.72 64.22 77.16 -
YUV 171 155.08 26.72 -
System Red Green Blue C M Y K H S L
Decimal 29 234 219 0.88 0 0.06 0.08 175.61 0.83 0.52
Hex 1D EA DB 58 0 6 8 B0 53 34
Octal 35 352 333 130 0 6 10 260 123 64
Binary 11101 11101010 11011011 1011000 0 110 1000 10110000 1010011 110100

Color Harmonies of #1DEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEADB

Black with #1DEADB

Text Example


Text Example

White with #1DEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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