Html Css Color HEX #1DEFBE Bright Turquoise

📋 copy color: '#1DEFBE'

red 29 ◦ green 239 ◦ blue 190

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

Shades of Bright Turquoise #1DEFBE

Tints of Bright Turquoise #1DEFBE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.18%

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

R = 6.33%
G = 52.18%
B = 41.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#1DEFBE (or 0x1DEFBE) is known color: Bright Turquoise. HEX triplet: 1D, EF and BE. RGB value is (29,239,190). Sum of RGB (Red+Green+Blue) = 29+239+190=458 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.33% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #1DEFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEFBE is #E21041. Grayscale: #AAAAAA. Windows color (decimal): -14815298 or 12513053. OLE color: 12513053.

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

Color convert

RGB 29 239 190 -
CMYK 0.88 0 0.21 0.06
HSL 166º 0.87% 0.53% -
HSV(B) 166º 0.88% 0.94% -
XYZ 40.67 65.71 59.26 -
YUV 170.62 138.93 26.98 -
System Red Green Blue C M Y K H S L
Decimal 29 239 190 0.88 0 0.21 0.06 166 0.87 0.53
Hex 1D EF BE 58 0 15 6 A6 57 35
Octal 35 357 276 130 0 25 6 246 127 65
Binary 11101 11101111 10111110 1011000 0 10101 110 10100110 1010111 110101

Color Harmonies of #1DEFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEFBE

Black with #1DEFBE

Text Example


Text Example

White with #1DEFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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