Html Css Color HEX #1DF2BE Bright Turquoise

📋 copy color: '#1DF2BE'

red 29 ◦ green 242 ◦ blue 190

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

Shades of Bright Turquoise #1DF2BE

Tints of Bright Turquoise #1DF2BE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.49%

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

R = 6.29%
G = 52.49%
B = 41.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#1DF2BE (or 0x1DF2BE) is known color: Bright Turquoise. HEX triplet: 1D, F2 and BE. RGB value is (29,242,190). Sum of RGB (Red+Green+Blue) = 29+242+190=461 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.29% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF2BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF2BE is #E20D41. Grayscale: #ACACAC. Windows color (decimal): -14814530 or 12513821. OLE color: 12513821.

HSL color Cylindrical-coordinate representation of color #1DF2BE: hue angle of 165.35º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF2BE is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 29 242 190 -
CMYK 0.88 0 0.21 0.05
HSL 165.35º 0.89% 0.53% -
HSV(B) 165.35º 0.88% 0.95% -
XYZ 41.55 67.48 59.55 -
YUV 172.39 137.93 25.73 -
System Red Green Blue C M Y K H S L
Decimal 29 242 190 0.88 0 0.21 0.05 165.35 0.89 0.53
Hex 1D F2 BE 58 0 15 5 A5 59 35
Octal 35 362 276 130 0 25 5 245 131 65
Binary 11101 11110010 10111110 1011000 0 10101 101 10100101 1011001 110101

Color Harmonies of #1DF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF2BE

Black with #1DF2BE

Text Example


Text Example

White with #1DF2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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