Html Css Color HEX #01FCE5 Bright Turquoise

📋 copy color: '#01FCE5'

red 1 ◦ green 252 ◦ blue 229

#01FCE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #01FCE5

Tints of Bright Turquoise #01FCE5

RGB

 RED value IS 1 (0.78% from 255) = 0.21%

 GREEN value IS 252 (98.83% from 255) = 52.28%

 BLUE value IS 229 (89.84% from 255) = 47.51%

R = 0.21%
G = 52.28%
B = 47.51%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#01FCE5 (or 0x01FCE5) is known color: Bright Turquoise. HEX triplet: 01, FC and E5. RGB value is (1,252,229). Sum of RGB (Red+Green+Blue) = 1+252+229=482 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FCE5 is #FE031A. Grayscale: #AEAEAE. Windows color (decimal): -16646939 or 15072257. OLE color: 15072257.

HSL color Cylindrical-coordinate representation of color #01FCE5: hue angle of 174.5º 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 #01FCE5 is Cyan = 1.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 252 229 -
CMYK 1.00 0 0.09 0.01
HSL 174.5º 0.99% 0.5% -
HSV(B) 174.5º 1% 0.99% -
XYZ 48.97 75.28 86.08 -
YUV 174.33 158.84 4.37 -
System Red Green Blue C M Y K H S L
Decimal 1 252 229 1.00 0 0.09 0.01 174.5 0.99 0.5
Hex 1 FC E5 64 0 9 1 AF 63 32
Octal 1 374 345 144 0 11 1 257 143 62
Binary 1 11111100 11100101 1100100 0 1001 1 10101111 1100011 110010

Color Harmonies of #01FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FCE5

Black with #01FCE5

Text Example


Text Example

White with #01FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01FCE5;
 }
 .AnyTagClassName
 {
   color: #01FCE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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