#00FFE5

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

Shades of Bright Turquoise #00FFE5

Tints of Bright Turquoise #00FFE5

Color information

#00FFE5 (or 0x00FFE5) is unknown color: approx Bright Turquoise. HEX triplet: 00, FF and E5. RGB value is (0,255,229). Sum of RGB (Red+Green+Blue) = 0+255+229=484 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFE5 is #FF001A. Grayscale: #AFAFAF. Windows color (decimal): -16711707 or 15073024. OLE color: 15073024.

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

Color convert

RGB0255229-
CMYK100.100
HSL173.88º100%50%-
HSV(B)173.88º100%100%-
XYZ49.977.1886.4-
YUV175.79158.022.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 255 (100% from 255) = 52.69%
BLUE value IS 229 (89.84% from 255) = 47.31%
R=0%
G=52.69%
B=47.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal0255229100.100173.8810050
Hex0FFE5640A0ae6432
Octal0377345144012025614462
Binary011111111111001011100100010100101011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,255,229); }

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

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

 a { background-color: rgb(0,255,229); }

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

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

 span { border-color: rgb(0,255,229); }

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