Html Css Color HEX #1DF9BE Bright Turquoise

📋 copy color: '#1DF9BE'

red 29 ◦ green 249 ◦ blue 190

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

Shades of Bright Turquoise #1DF9BE

Tints of Bright Turquoise #1DF9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 6.2%
G = 53.21%
B = 40.6%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#1DF9BE (or 0x1DF9BE) is known color: Bright Turquoise. HEX triplet: 1D, F9 and BE. RGB value is (29,249,190). Sum of RGB (Red+Green+Blue) = 29+249+190=468 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.20% from 468); Green value is 249 (97.66% from 255 or 53.21% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9BE is #E20641. Grayscale: #B0B0B0. Windows color (decimal): -14812738 or 12515613. OLE color: 12515613.

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

Color convert

RGB 29 249 190 -
CMYK 0.88 0 0.24 0.02
HSL 163.91º 0.95% 0.55% -
HSV(B) 163.91º 0.88% 0.98% -
XYZ 43.68 71.73 60.26 -
YUV 176.49 135.61 22.8 -
System Red Green Blue C M Y K H S L
Decimal 29 249 190 0.88 0 0.24 0.02 163.91 0.95 0.55
Hex 1D F9 BE 58 0 18 2 A4 5F 37
Octal 35 371 276 130 0 30 2 244 137 67
Binary 11101 11111001 10111110 1011000 0 11000 10 10100100 1011111 110111

Color Harmonies of #1DF9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF9BE

Black with #1DF9BE

Text Example


Text Example

White with #1DF9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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