Html Css Color HEX #1DEADC Bright Turquoise

📋 copy color: '#1DEADC'

red 29 ◦ green 234 ◦ blue 220

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

Shades of Bright Turquoise #1DEADC

Tints of Bright Turquoise #1DEADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 6%
G = 48.45%
B = 45.55%

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

#1DEADC (or 0x1DEADC) is known color: Bright Turquoise. HEX triplet: 1D, EA and DC. RGB value is (29,234,220). Sum of RGB (Red+Green+Blue) = 29+234+220=483 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.00% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #1DEADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEADC is #E21523. Grayscale: #AAAAAA. Windows color (decimal): -14816548 or 14477853. OLE color: 14477853.

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

Color convert

RGB 29 234 220 -
CMYK 0.88 0 0.06 0.08
HSL 175.9º 0.83% 0.52% -
HSV(B) 175.9º 0.88% 0.92% -
XYZ 42.85 64.27 77.86 -
YUV 171.11 155.58 26.64 -
System Red Green Blue C M Y K H S L
Decimal 29 234 220 0.88 0 0.06 0.08 175.9 0.83 0.52
Hex 1D EA DC 58 0 6 8 B0 53 34
Octal 35 352 334 130 0 6 10 260 123 64
Binary 11101 11101010 11011100 1011000 0 110 1000 10110000 1010011 110100

Color Harmonies of #1DEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEADC

Black with #1DEADC

Text Example


Text Example

White with #1DEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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