Html Css Color HEX #1DF9D6 Bright Turquoise

📋 copy color: '#1DF9D6'

red 29 ◦ green 249 ◦ blue 214

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

Shades of Bright Turquoise #1DF9D6

Tints of Bright Turquoise #1DF9D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.5%

R = 5.89%
G = 50.61%
B = 43.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#1DF9D6 (or 0x1DF9D6) is known color: Bright Turquoise. HEX triplet: 1D, F9 and D6. RGB value is (29,249,214). Sum of RGB (Red+Green+Blue) = 29+249+214=492 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.89% from 492); Green value is 249 (97.66% from 255 or 50.61% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9D6 is #E20629. Grayscale: #B3B3B3. Windows color (decimal): -14812714 or 14088477. OLE color: 14088477.

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

Color convert

RGB 29 249 214 -
CMYK 0.88 0 0.14 0.02
HSL 170.45º 0.95% 0.55% -
HSV(B) 170.45º 0.88% 0.98% -
XYZ 46.52 72.87 75.23 -
YUV 179.23 147.61 20.85 -
System Red Green Blue C M Y K H S L
Decimal 29 249 214 0.88 0 0.14 0.02 170.45 0.95 0.55
Hex 1D F9 D6 58 0 E 2 AA 5F 37
Octal 35 371 326 130 0 16 2 252 137 67
Binary 11101 11111001 11010110 1011000 0 1110 10 10101010 1011111 110111

Color Harmonies of #1DF9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF9D6

Black with #1DF9D6

Text Example


Text Example

White with #1DF9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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