#01FAE1

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

Shades of Bright Turquoise #01FAE1

Tints of Bright Turquoise #01FAE1

Color information

#01FAE1 (or 0x01FAE1) is unknown color: approx Bright Turquoise. HEX triplet: 01, FA and E1. RGB value is (1,250,225). Sum of RGB (Red+Green+Blue) = 1+250+225=476 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #01FAE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FAE1 is #FE051E. Grayscale: #ACACAC. Windows color (decimal): -16647455 or 14809601. OLE color: 14809601.

HSL color Cylindrical-coordinate representation of color #01FAE1: hue angle of 173.98º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FAE1 is Cyan = 1.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB1250225-
CMYK1.0000.100.02
HSL173.98º99.2%49.22%-
HSV(B)173.98º99.6%98.04%-
XYZ47.7973.8182.96-
YUV172.7157.515.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.21%
GREEN value IS 250 (98.05% from 255) = 52.52%
BLUE value IS 225 (88.28% from 255) = 47.27%
R=0.21%
G=52.52%
B=47.27%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal12502251.0000.100.02173.9899.249.22
Hex1FAE1640A2ae6331
Octal1372341144012225614361
Binary1111110101110000111001000101010101011101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01FAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,250,225); }

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

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

 a { background-color: rgb(1,250,225); }

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

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

 span { border-color: rgb(1,250,225); }

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