Html Css Color HEX #1DFEDA Bright Turquoise

📋 copy color: '#1DFEDA'

red 29 ◦ green 254 ◦ blue 218

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

Shades of Bright Turquoise #1DFEDA

Tints of Bright Turquoise #1DFEDA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.7%

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

R = 5.79%
G = 50.7%
B = 43.51%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#1DFEDA (or 0x1DFEDA) is known color: Bright Turquoise. HEX triplet: 1D, FE and DA. RGB value is (29,254,218). Sum of RGB (Red+Green+Blue) = 29+254+218=501 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.79% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFEDA is #E20125. Grayscale: #B6B6B6. Windows color (decimal): -14811430 or 14351901. OLE color: 14351901.

HSL color Cylindrical-coordinate representation of color #1DFEDA: hue angle of 170.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFEDA is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 29 254 218 -
CMYK 0.89 0 0.14 0.00
HSL 170.4º 0.99% 0.55% -
HSV(B) 170.4º 0.89% 1% -
XYZ 48.6 76.21 78.48 -
YUV 182.62 147.96 18.43 -
System Red Green Blue C M Y K H S L
Decimal 29 254 218 0.89 0 0.14 0.00 170.4 0.99 0.55
Hex 1D FE DA 59 0 E 0 AA 63 37
Octal 35 376 332 131 0 16 0 252 143 67
Binary 11101 11111110 11011010 1011001 0 1110 0 10101010 1100011 110111

Color Harmonies of #1DFEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFEDA

Black with #1DFEDA

Text Example


Text Example

White with #1DFEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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