Html Css Color HEX #1DEADA Bright Turquoise

📋 copy color: '#1DEADA'

red 29 ◦ green 234 ◦ blue 218

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

Shades of Bright Turquoise #1DEADA

Tints of Bright Turquoise #1DEADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 6.03%
G = 48.65%
B = 45.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#1DEADA (or 0x1DEADA) is known color: Bright Turquoise. HEX triplet: 1D, EA and DA. RGB value is (29,234,218). Sum of RGB (Red+Green+Blue) = 29+234+218=481 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.03% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #1DEADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEADA is #E21525. Grayscale: #AAAAAA. Windows color (decimal): -14816550 or 14346781. OLE color: 14346781.

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

Color convert

RGB 29 234 218 -
CMYK 0.88 0 0.07 0.08
HSL 175.32º 0.83% 0.52% -
HSV(B) 175.32º 0.88% 0.92% -
XYZ 42.58 64.17 76.47 -
YUV 170.88 154.58 26.8 -
System Red Green Blue C M Y K H S L
Decimal 29 234 218 0.88 0 0.07 0.08 175.32 0.83 0.52
Hex 1D EA DA 58 0 7 8 AF 53 34
Octal 35 352 332 130 0 7 10 257 123 64
Binary 11101 11101010 11011010 1011000 0 111 1000 10101111 1010011 110100

Color Harmonies of #1DEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEADA

Black with #1DEADA

Text Example


Text Example

White with #1DEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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