Html Css Color HEX #1DF1E6 Bright Turquoise

📋 copy color: '#1DF1E6'

red 29 ◦ green 241 ◦ blue 230

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

Shades of Bright Turquoise #1DF1E6

Tints of Bright Turquoise #1DF1E6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.2%

 BLUE value IS 230 (90.23% from 255) = 46%

R = 5.8%
G = 48.2%
B = 46%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#1DF1E6 (or 0x1DF1E6) is known color: Bright Turquoise. HEX triplet: 1D, F1 and E6. RGB value is (29,241,230). Sum of RGB (Red+Green+Blue) = 29+241+230=500 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.8% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF1E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF1E6 is #E20E19. Grayscale: #B0B0B0. Windows color (decimal): -14814746 or 15135005. OLE color: 15135005.

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

Color convert

RGB 29 241 230 -
CMYK 0.88 0 0.05 0.05
HSL 176.89º 0.88% 0.53% -
HSV(B) 176.89º 0.88% 0.95% -
XYZ 46.24 68.88 85.72 -
YUV 176.36 158.26 22.89 -
System Red Green Blue C M Y K H S L
Decimal 29 241 230 0.88 0 0.05 0.05 176.89 0.88 0.53
Hex 1D F1 E6 58 0 5 5 B1 58 35
Octal 35 361 346 130 0 5 5 261 130 65
Binary 11101 11110001 11100110 1011000 0 101 101 10110001 1011000 110101

Color Harmonies of #1DF1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF1E6

Black with #1DF1E6

Text Example


Text Example

White with #1DF1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,241,230); }

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

background-color css

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

 a { background-color: rgb(29,241,230); }

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

border-color css

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

 span { border-color: rgb(29,241,230); }

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