Html Css Color HEX #00FEC9 Bright Turquoise

📋 copy color: '#00FEC9'

red 0 ◦ green 254 ◦ blue 201

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

Shades of Bright Turquoise #00FEC9

Tints of Bright Turquoise #00FEC9

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 201 (78.91% from 255) = 44.18%

R = 0%
G = 55.82%
B = 44.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#00FEC9 (or 0x00FEC9) is known color: Bright Turquoise. HEX triplet: 00, FE and C9. RGB value is (0,254,201). Sum of RGB (Red+Green+Blue) = 0+254+201=455 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FEC9 is #FF0136. Grayscale: #ABABAB. Windows color (decimal): -16711991 or 13237760. OLE color: 13237760.

HSL color Cylindrical-coordinate representation of color #00FEC9: hue angle of 167.48º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FEC9 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 254 201 -
CMYK 1 0 0.21 0.00
HSL 167.48º 1% 0.5% -
HSV(B) 167.48º 1% 1% -
XYZ 45.98 75.1 67.33 -
YUV 172.01 144.35 5.31 -
System Red Green Blue C M Y K H S L
Decimal 0 254 201 1 0 0.21 0.00 167.48 1 0.5
Hex 0 FE C9 64 0 15 0 A7 64 32
Octal 0 376 311 144 0 25 0 247 144 62
Binary 0 11111110 11001001 1100100 0 10101 0 10100111 1100100 110010

Color Harmonies of #00FEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FEC9

Black with #00FEC9

Text Example


Text Example

White with #00FEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00FEC9; }

 p { color: rgb(0,254,201); }

 H1.HeaderClassName
 {
   color: #00FEC9;
 }
 .AnyTagClassName
 {
   color: #00FEC9;
 }
</style>

background-color css

<style>
 a { background-color: #00FEC9; }

 a { background-color: rgb(0,254,201); }

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

border-color css

<style>
 span { border-color: #00FEC9; }

 span { border-color: rgb(0,254,201); }

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