Html Css Color HEX #1DF9DA Bright Turquoise

📋 copy color: '#1DF9DA'

red 29 ◦ green 249 ◦ blue 218

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

Shades of Bright Turquoise #1DF9DA

Tints of Bright Turquoise #1DF9DA

RGB

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

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

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

R = 5.85%
G = 50.2%
B = 43.95%

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

#1DF9DA (or 0x1DF9DA) is known color: Bright Turquoise. HEX triplet: 1D, F9 and DA. RGB value is (29,249,218). Sum of RGB (Red+Green+Blue) = 29+249+218=496 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.85% from 496); Green value is 249 (97.66% from 255 or 50.20% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9DA is #E20625. Grayscale: #B3B3B3. Windows color (decimal): -14812710 or 14350621. OLE color: 14350621.

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

Color convert

RGB 29 249 218 -
CMYK 0.88 0 0.12 0.02
HSL 171.55º 0.95% 0.55% -
HSV(B) 171.55º 0.88% 0.98% -
XYZ 47.04 73.07 77.96 -
YUV 179.69 149.61 20.52 -
System Red Green Blue C M Y K H S L
Decimal 29 249 218 0.88 0 0.12 0.02 171.55 0.95 0.55
Hex 1D F9 DA 58 0 C 2 AC 5F 37
Octal 35 371 332 130 0 14 2 254 137 67
Binary 11101 11111001 11011010 1011000 0 1100 10 10101100 1011111 110111

Color Harmonies of #1DF9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF9DA

Black with #1DF9DA

Text Example


Text Example

White with #1DF9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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