Html Css Color HEX #1DEFBF Bright Turquoise

📋 copy color: '#1DEFBF'

red 29 ◦ green 239 ◦ blue 191

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

Shades of Bright Turquoise #1DEFBF

Tints of Bright Turquoise #1DEFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.61%

R = 6.32%
G = 52.07%
B = 41.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#1DEFBF (or 0x1DEFBF) is known color: Bright Turquoise. HEX triplet: 1D, EF and BF. RGB value is (29,239,191). Sum of RGB (Red+Green+Blue) = 29+239+191=459 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.32% from 459); Green value is 239 (93.75% from 255 or 52.07% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 239 - color contains mainly: green. Hex color #1DEFBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEFBF is #E21040. Grayscale: #AAAAAA. Windows color (decimal): -14815297 or 12578589. OLE color: 12578589.

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

Color convert

RGB 29 239 191 -
CMYK 0.88 0 0.20 0.06
HSL 166.29º 0.87% 0.53% -
HSV(B) 166.29º 0.88% 0.94% -
XYZ 40.78 65.76 59.83 -
YUV 170.74 139.43 26.9 -
System Red Green Blue C M Y K H S L
Decimal 29 239 191 0.88 0 0.20 0.06 166.29 0.87 0.53
Hex 1D EF BF 58 0 14 6 A6 57 35
Octal 35 357 277 130 0 24 6 246 127 65
Binary 11101 11101111 10111111 1011000 0 10100 110 10100110 1010111 110101

Color Harmonies of #1DEFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEFBF

Black with #1DEFBF

Text Example


Text Example

White with #1DEFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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