Html Css Color HEX #1DF9DC Bright Turquoise

📋 copy color: '#1DF9DC'

red 29 ◦ green 249 ◦ blue 220

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

Shades of Bright Turquoise #1DF9DC

Tints of Bright Turquoise #1DF9DC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50%

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 5.82%
G = 50%
B = 44.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#1DF9DC (or 0x1DF9DC) is known color: Bright Turquoise. HEX triplet: 1D, F9 and DC. RGB value is (29,249,220). Sum of RGB (Red+Green+Blue) = 29+249+220=498 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.82% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9DC is #E20623. Grayscale: #B3B3B3. Windows color (decimal): -14812708 or 14481693. OLE color: 14481693.

HSL color Cylindrical-coordinate representation of color #1DF9DC: hue angle of 172.09º degrees, saturation: 0.95, 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 #1DF9DC is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 249 220 -
CMYK 0.88 0 0.12 0.02
HSL 172.09º 0.95% 0.55% -
HSV(B) 172.09º 0.88% 0.98% -
XYZ 47.3 73.18 79.34 -
YUV 179.91 150.61 20.36 -
System Red Green Blue C M Y K H S L
Decimal 29 249 220 0.88 0 0.12 0.02 172.09 0.95 0.55
Hex 1D F9 DC 58 0 C 2 AC 5F 37
Octal 35 371 334 130 0 14 2 254 137 67
Binary 11101 11111001 11011100 1011000 0 1100 10 10101100 1011111 110111

Color Harmonies of #1DF9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF9DC

Black with #1DF9DC

Text Example


Text Example

White with #1DF9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,249,220); }

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

background-color css

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

 a { background-color: rgb(29,249,220); }

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

border-color css

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

 span { border-color: rgb(29,249,220); }

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