Html Css Color HEX #1DFEDD Bright Turquoise

📋 copy color: '#1DFEDD'

red 29 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #1DFEDD

Tints of Bright Turquoise #1DFEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 5.75%
G = 50.4%
B = 43.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#1DFEDD (or 0x1DFEDD) is known color: Bright Turquoise. HEX triplet: 1D, FE and DD. RGB value is (29,254,221). Sum of RGB (Red+Green+Blue) = 29+254+221=504 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.75% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFEDD is #E20122. Grayscale: #B6B6B6. Windows color (decimal): -14811427 or 14548509. OLE color: 14548509.

HSL color Cylindrical-coordinate representation of color #1DFEDD: hue angle of 171.2º 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 #1DFEDD is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 29 254 221 -
CMYK 0.89 0 0.13 0.00
HSL 171.2º 0.99% 0.55% -
HSV(B) 171.2º 0.89% 1% -
XYZ 49 76.37 80.56 -
YUV 182.96 149.46 18.18 -
System Red Green Blue C M Y K H S L
Decimal 29 254 221 0.89 0 0.13 0.00 171.2 0.99 0.55
Hex 1D FE DD 59 0 D 0 AB 63 37
Octal 35 376 335 131 0 15 0 253 143 67
Binary 11101 11111110 11011101 1011001 0 1101 0 10101011 1100011 110111

Color Harmonies of #1DFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFEDD

Black with #1DFEDD

Text Example


Text Example

White with #1DFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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