#00FED2

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

Shades of Bright Turquoise #00FED2

Tints of Bright Turquoise #00FED2

Color information

#00FED2 (or 0x00FED2) is unknown color: approx Bright Turquoise. HEX triplet: 00, FE and D2. RGB value is (0,254,210). Sum of RGB (Red+Green+Blue) = 0+254+210=464 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #00FED2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FED2 is #FF012D. Grayscale: #ACACAC. Windows color (decimal): -16711982 or 13827584. OLE color: 13827584.

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

Color convert

RGB0254210-
CMYK100.170.00
HSL169.61º100%49.8%-
HSV(B)169.61º100%99.61%-
XYZ47.0775.5473.07-
YUV173.04148.854.58-

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.74%
BLUE value IS 210 (82.42% from 255) = 45.26%
R=0%
G=54.74%
B=45.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal0254210100.170.00169.6110049.8
Hex0FED2640110aa6432
Octal0376322144021025214462
Binary0111111101101001011001000100010101010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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