Html Css Color HEX #1DF9DB Bright Turquoise

📋 copy color: '#1DF9DB'

red 29 ◦ green 249 ◦ blue 219

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

Shades of Bright Turquoise #1DF9DB

Tints of Bright Turquoise #1DF9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 5.84%
G = 50.1%
B = 44.06%

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

#1DF9DB (or 0x1DF9DB) is known color: Bright Turquoise. HEX triplet: 1D, F9 and DB. RGB value is (29,249,219). Sum of RGB (Red+Green+Blue) = 29+249+219=497 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.84% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9DB is #E20624. Grayscale: #B3B3B3. Windows color (decimal): -14812709 or 14416157. OLE color: 14416157.

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

Color convert

RGB 29 249 219 -
CMYK 0.88 0 0.12 0.02
HSL 171.82º 0.95% 0.55% -
HSV(B) 171.82º 0.88% 0.98% -
XYZ 47.17 73.13 78.65 -
YUV 179.8 150.11 20.44 -
System Red Green Blue C M Y K H S L
Decimal 29 249 219 0.88 0 0.12 0.02 171.82 0.95 0.55
Hex 1D F9 DB 58 0 C 2 AC 5F 37
Octal 35 371 333 130 0 14 2 254 137 67
Binary 11101 11111001 11011011 1011000 0 1100 10 10101100 1011111 110111

Color Harmonies of #1DF9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF9DB

Black with #1DF9DB

Text Example


Text Example

White with #1DF9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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