Html Css Color HEX #1DFADE Bright Turquoise

📋 copy color: '#1DFADE'

red 29 ◦ green 250 ◦ blue 222

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

Shades of Bright Turquoise #1DFADE

Tints of Bright Turquoise #1DFADE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.9%

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 5.79%
G = 49.9%
B = 44.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#1DFADE (or 0x1DFADE) is known color: Bright Turquoise. HEX triplet: 1D, FA and DE. RGB value is (29,250,222). Sum of RGB (Red+Green+Blue) = 29+250+222=501 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.79% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFADE is #E20521. Grayscale: #B4B4B4. Windows color (decimal): -14812450 or 14613021. OLE color: 14613021.

HSL color Cylindrical-coordinate representation of color #1DFADE: hue angle of 172.4º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFADE is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 250 222 -
CMYK 0.88 0 0.11 0.02
HSL 172.4º 0.96% 0.55% -
HSV(B) 172.4º 0.88% 0.98% -
XYZ 47.88 73.91 80.85 -
YUV 180.73 151.28 19.78 -
System Red Green Blue C M Y K H S L
Decimal 29 250 222 0.88 0 0.11 0.02 172.4 0.96 0.55
Hex 1D FA DE 58 0 B 2 AC 60 37
Octal 35 372 336 130 0 13 2 254 140 67
Binary 11101 11111010 11011110 1011000 0 1011 10 10101100 1100000 110111

Color Harmonies of #1DFADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFADE

Black with #1DFADE

Text Example


Text Example

White with #1DFADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,250,222); }

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

background-color css

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

 a { background-color: rgb(29,250,222); }

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

border-color css

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

 span { border-color: rgb(29,250,222); }

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