#00FEC7

Color #00FEC7 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #00FEC7

Tints of Bright Turquoise #00FEC7

Color information

#00FEC7 (or 0x00FEC7) is unknown color: approx Bright Turquoise. HEX triplet: 00, FE and C7. RGB value is (0,254,199). Sum of RGB (Red+Green+Blue) = 0+254+199=453 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FEC7 is #FF0138. Grayscale: #ABABAB. Windows color (decimal): -16711993 or 13106688. OLE color: 13106688.

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

Color convert

RGB0254199-
CMYK100.220.00
HSL167.01º100%49.8%-
HSV(B)167.01º100%99.61%-
XYZ45.7575.0166.1-
YUV171.78143.355.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 254 (99.61% from 255) = 56.07%
BLUE value IS 199 (78.12% from 255) = 43.93%
R=0%
G=56.07%
B=43.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal0254199100.220.00167.0110049.8
Hex0FEC7640160a76432
Octal0376307144026024714462
Binary0111111101100011111001000101100101001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00FEC7;
 }
 .AnyTagClassName
 {
   color: #00FEC7;
 }
</style>
background-color css

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

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

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

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

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

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