Html Css Color HEX #1DFDE5 Bright Turquoise

📋 copy color: '#1DFDE5'

red 29 ◦ green 253 ◦ blue 229

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

Shades of Bright Turquoise #1DFDE5

Tints of Bright Turquoise #1DFDE5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.51%

 BLUE value IS 229 (89.84% from 255) = 44.81%

R = 5.68%
G = 49.51%
B = 44.81%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#1DFDE5 (or 0x1DFDE5) is known color: Bright Turquoise. HEX triplet: 1D, FD and E5. RGB value is (29,253,229). Sum of RGB (Red+Green+Blue) = 29+253+229=511 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.68% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #1DFDE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFDE5 is #E2021A. Grayscale: #B7B7B7. Windows color (decimal): -14811675 or 15072541. OLE color: 15072541.

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

Color convert

RGB 29 253 229 -
CMYK 0.89 0 0.09 0.01
HSL 173.57º 0.98% 0.55% -
HSV(B) 173.57º 0.89% 0.99% -
XYZ 49.77 76.17 86.21 -
YUV 183.29 153.79 17.95 -
System Red Green Blue C M Y K H S L
Decimal 29 253 229 0.89 0 0.09 0.01 173.57 0.98 0.55
Hex 1D FD E5 59 0 9 1 AE 62 37
Octal 35 375 345 131 0 11 1 256 142 67
Binary 11101 11111101 11100101 1011001 0 1001 1 10101110 1100010 110111

Color Harmonies of #1DFDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFDE5

Black with #1DFDE5

Text Example


Text Example

White with #1DFDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,253,229); }

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

background-color css

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

 a { background-color: rgb(29,253,229); }

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

border-color css

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

 span { border-color: rgb(29,253,229); }

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