Html Css Color HEX #1DEADD Bright Turquoise

📋 copy color: '#1DEADD'

red 29 ◦ green 234 ◦ blue 221

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

Shades of Bright Turquoise #1DEADD

Tints of Bright Turquoise #1DEADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 5.99%
G = 48.35%
B = 45.66%

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

#1DEADD (or 0x1DEADD) is known color: Bright Turquoise. HEX triplet: 1D, EA and DD. RGB value is (29,234,221). Sum of RGB (Red+Green+Blue) = 29+234+221=484 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.99% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #1DEADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEADD is #E21522. Grayscale: #ABABAB. Windows color (decimal): -14816547 or 14543389. OLE color: 14543389.

HSL color Cylindrical-coordinate representation of color #1DEADD: hue angle of 176.2º 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 #1DEADD is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 234 221 -
CMYK 0.88 0 0.06 0.08
HSL 176.2º 0.83% 0.52% -
HSV(B) 176.2º 0.88% 0.92% -
XYZ 42.98 64.33 78.56 -
YUV 171.22 156.08 26.56 -
System Red Green Blue C M Y K H S L
Decimal 29 234 221 0.88 0 0.06 0.08 176.2 0.83 0.52
Hex 1D EA DD 58 0 6 8 B0 53 34
Octal 35 352 335 130 0 6 10 260 123 64
Binary 11101 11101010 11011101 1011000 0 110 1000 10110000 1010011 110100

Color Harmonies of #1DEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEADD

Black with #1DEADD

Text Example


Text Example

White with #1DEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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