Html Css Color HEX #1DEAC7 Bright Turquoise

📋 copy color: '#1DEAC7'

red 29 ◦ green 234 ◦ blue 199

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

Shades of Bright Turquoise #1DEAC7

Tints of Bright Turquoise #1DEAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.07%

R = 6.28%
G = 50.65%
B = 43.07%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#1DEAC7 (or 0x1DEAC7) is known color: Bright Turquoise. HEX triplet: 1D, EA and C7. RGB value is (29,234,199). Sum of RGB (Red+Green+Blue) = 29+234+199=462 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.28% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #1DEAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEAC7 is #E21538. Grayscale: #A8A8A8. Windows color (decimal): -14816569 or 13101597. OLE color: 13101597.

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

Color convert

RGB 29 234 199 -
CMYK 0.88 0 0.15 0.08
HSL 169.76º 0.83% 0.52% -
HSV(B) 169.76º 0.88% 0.92% -
XYZ 40.24 63.23 64.12 -
YUV 168.72 145.08 28.35 -
System Red Green Blue C M Y K H S L
Decimal 29 234 199 0.88 0 0.15 0.08 169.76 0.83 0.52
Hex 1D EA C7 58 0 F 8 AA 53 34
Octal 35 352 307 130 0 17 10 252 123 64
Binary 11101 11101010 11000111 1011000 0 1111 1000 10101010 1010011 110100

Color Harmonies of #1DEAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEAC7

Black with #1DEAC7

Text Example


Text Example

White with #1DEAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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