Html Css Color HEX #1DEAD4 Bright Turquoise

📋 copy color: '#1DEAD4'

red 29 ◦ green 234 ◦ blue 212

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

Shades of Bright Turquoise #1DEAD4

Tints of Bright Turquoise #1DEAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.63%

R = 6.11%
G = 49.26%
B = 44.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#1DEAD4 (or 0x1DEAD4) is known color: Bright Turquoise. HEX triplet: 1D, EA and D4. RGB value is (29,234,212). Sum of RGB (Red+Green+Blue) = 29+234+212=475 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.11% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #1DEAD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEAD4 is #E2152B. Grayscale: #AAAAAA. Windows color (decimal): -14816556 or 13953565. OLE color: 13953565.

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

Color convert

RGB 29 234 212 -
CMYK 0.88 0 0.09 0.08
HSL 173.56º 0.83% 0.52% -
HSV(B) 173.56º 0.88% 0.92% -
XYZ 41.81 63.86 72.41 -
YUV 170.2 151.58 27.29 -
System Red Green Blue C M Y K H S L
Decimal 29 234 212 0.88 0 0.09 0.08 173.56 0.83 0.52
Hex 1D EA D4 58 0 9 8 AE 53 34
Octal 35 352 324 130 0 11 10 256 123 64
Binary 11101 11101010 11010100 1011000 0 1001 1000 10101110 1010011 110100

Color Harmonies of #1DEAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEAD4

Black with #1DEAD4

Text Example


Text Example

White with #1DEAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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