Html Css Color HEX #1DFECE Bright Turquoise

📋 copy color: '#1DFECE'

red 29 ◦ green 254 ◦ blue 206

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

Shades of Bright Turquoise #1DFECE

Tints of Bright Turquoise #1DFECE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.94%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 5.93%
G = 51.94%
B = 42.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#1DFECE (or 0x1DFECE) is known color: Bright Turquoise. HEX triplet: 1D, FE and CE. RGB value is (29,254,206). Sum of RGB (Red+Green+Blue) = 29+254+206=489 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.93% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFECE is #E20131. Grayscale: #B5B5B5. Windows color (decimal): -14811442 or 13565469. OLE color: 13565469.

HSL color Cylindrical-coordinate representation of color #1DFECE: hue angle of 167.2º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFECE is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 29 254 206 -
CMYK 0.89 0 0.19 0.00
HSL 167.2º 0.99% 0.55% -
HSV(B) 167.2º 0.89% 1% -
XYZ 47.09 75.6 70.5 -
YUV 181.25 141.96 19.4 -
System Red Green Blue C M Y K H S L
Decimal 29 254 206 0.89 0 0.19 0.00 167.2 0.99 0.55
Hex 1D FE CE 59 0 13 0 A7 63 37
Octal 35 376 316 131 0 23 0 247 143 67
Binary 11101 11111110 11001110 1011001 0 10011 0 10100111 1100011 110111

Color Harmonies of #1DFECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFECE

Black with #1DFECE

Text Example


Text Example

White with #1DFECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,254,206); }

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

background-color css

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

 a { background-color: rgb(29,254,206); }

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

border-color css

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

 span { border-color: rgb(29,254,206); }

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