#01FDE5

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

Shades of Bright Turquoise #01FDE5

Tints of Bright Turquoise #01FDE5

Color information

#01FDE5 (or 0x01FDE5) is unknown color: approx Bright Turquoise. HEX triplet: 01, FD and E5. RGB value is (1,253,229). Sum of RGB (Red+Green+Blue) = 1+253+229=483 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #01FDE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FDE5 is #FE021A. Grayscale: #AEAEAE. Windows color (decimal): -16646683 or 15072513. OLE color: 15072513.

HSL color Cylindrical-coordinate representation of color #01FDE5: hue angle of 174.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FDE5 is Cyan = 1.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB1253229-
CMYK1.0000.090.01
HSL174.29º99.21%49.8%-
HSV(B)174.29º99.6%99.22%-
XYZ49.2875.9186.18-
YUV174.92158.513.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.21%
GREEN value IS 253 (99.22% from 255) = 52.38%
BLUE value IS 229 (89.84% from 255) = 47.41%
R=0.21%
G=52.38%
B=47.41%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal12532291.0000.090.01174.2999.2149.8
Hex1FDE564091ae6332
Octal1375345144011125614362
Binary111111101111001011100100010011101011101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01FDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01FDE5; }

 p { color: rgb(1,253,229); }

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

<style>
 a { background-color: #01FDE5; }

 a { background-color: rgb(1,253,229); }

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

<style>
 span { border-color: #01FDE5; }

 span { border-color: rgb(1,253,229); }

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