#00FED1

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

Shades of Bright Turquoise #00FED1

Tints of Bright Turquoise #00FED1

Color information

#00FED1 (or 0x00FED1) is unknown color: approx Bright Turquoise. HEX triplet: 00, FE and D1. RGB value is (0,254,209). Sum of RGB (Red+Green+Blue) = 0+254+209=463 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 463); Green value is 254 (99.61% from 255 or 54.86% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 254 - color contains mainly: green. Hex color #00FED1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FED1 is #FF012E. Grayscale: #ACACAC. Windows color (decimal): -16711983 or 13762048. OLE color: 13762048.

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

Color convert

RGB0254209-
CMYK100.180.00
HSL169.37º100%49.8%-
HSV(B)169.37º100%99.61%-
XYZ46.9575.4972.42-
YUV172.92148.354.66-

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) = 54.86%
BLUE value IS 209 (82.03% from 255) = 45.14%
R=0%
G=54.86%
B=45.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal0254209100.180.00169.3710049.8
Hex0FED1640120a96432
Octal0376321144022025114462
Binary0111111101101000111001000100100101010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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