Html Css Color HEX #1DEFBB Bright Turquoise

📋 copy color: '#1DEFBB'

red 29 ◦ green 239 ◦ blue 187

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

Shades of Bright Turquoise #1DEFBB

Tints of Bright Turquoise #1DEFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 6.37%
G = 52.53%
B = 41.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#1DEFBB (or 0x1DEFBB) is known color: Bright Turquoise. HEX triplet: 1D, EF and BB. RGB value is (29,239,187). Sum of RGB (Red+Green+Blue) = 29+239+187=455 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.37% from 455); Green value is 239 (93.75% from 255 or 52.53% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 239 - color contains mainly: green. Hex color #1DEFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEFBB is #E21044. Grayscale: #AAAAAA. Windows color (decimal): -14815301 or 12316445. OLE color: 12316445.

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

Color convert

RGB 29 239 187 -
CMYK 0.88 0 0.22 0.06
HSL 165.14º 0.87% 0.53% -
HSV(B) 165.14º 0.88% 0.94% -
XYZ 40.34 65.58 57.55 -
YUV 170.28 137.43 27.23 -
System Red Green Blue C M Y K H S L
Decimal 29 239 187 0.88 0 0.22 0.06 165.14 0.87 0.53
Hex 1D EF BB 58 0 16 6 A5 57 35
Octal 35 357 273 130 0 26 6 245 127 65
Binary 11101 11101111 10111011 1011000 0 10110 110 10100101 1010111 110101

Color Harmonies of #1DEFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEFBB

Black with #1DEFBB

Text Example


Text Example

White with #1DEFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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