Html Css Color HEX #1DF6BE Bright Turquoise

📋 copy color: '#1DF6BE'

red 29 ◦ green 246 ◦ blue 190

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

Shades of Bright Turquoise #1DF6BE

Tints of Bright Turquoise #1DF6BE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.9%

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

R = 6.24%
G = 52.9%
B = 40.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#1DF6BE (or 0x1DF6BE) is known color: Bright Turquoise. HEX triplet: 1D, F6 and BE. RGB value is (29,246,190). Sum of RGB (Red+Green+Blue) = 29+246+190=465 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.24% from 465); Green value is 246 (96.48% from 255 or 52.90% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 246 - color contains mainly: green. Hex color #1DF6BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF6BE is #E20941. Grayscale: #AEAEAE. Windows color (decimal): -14813506 or 12514845. OLE color: 12514845.

HSL color Cylindrical-coordinate representation of color #1DF6BE: hue angle of 164.52º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF6BE is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 29 246 190 -
CMYK 0.88 0 0.23 0.04
HSL 164.52º 0.92% 0.54% -
HSV(B) 164.52º 0.88% 0.96% -
XYZ 42.76 69.89 59.95 -
YUV 174.73 136.61 24.05 -
System Red Green Blue C M Y K H S L
Decimal 29 246 190 0.88 0 0.23 0.04 164.52 0.92 0.54
Hex 1D F6 BE 58 0 17 4 A5 5C 36
Octal 35 366 276 130 0 27 4 245 134 66
Binary 11101 11110110 10111110 1011000 0 10111 100 10100101 1011100 110110

Color Harmonies of #1DF6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF6BE

Black with #1DF6BE

Text Example


Text Example

White with #1DF6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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