Html Css Color HEX #01F5C5 Bright Turquoise

📋 copy color: '#01F5C5'

red 1 ◦ green 245 ◦ blue 197

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

Shades of Bright Turquoise #01F5C5

Tints of Bright Turquoise #01F5C5

RGB

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

 GREEN value IS 245 (96.09% from 255) = 55.3%

 BLUE value IS 197 (77.34% from 255) = 44.47%

R = 0.23%
G = 55.3%
B = 44.47%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#01F5C5 (or 0x01F5C5) is known color: Bright Turquoise. HEX triplet: 01, F5 and C5. RGB value is (1,245,197). Sum of RGB (Red+Green+Blue) = 1+245+197=443 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 443); Green value is 245 (96.09% from 255 or 55.30% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 245 - color contains mainly: green. Hex color #01F5C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F5C5 is #FE0A3A. Grayscale: #A6A6A6. Windows color (decimal): -16648763 or 12973313. OLE color: 12973313.

HSL color Cylindrical-coordinate representation of color #01F5C5: hue angle of 168.2º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F5C5 is Cyan = 1.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 1 245 197 -
CMYK 1.00 0 0.20 0.04
HSL 168.2º 0.99% 0.48% -
HSV(B) 168.2º 1% 0.96% -
XYZ 42.74 69.34 63.95 -
YUV 166.57 145.16 9.9 -
System Red Green Blue C M Y K H S L
Decimal 1 245 197 1.00 0 0.20 0.04 168.2 0.99 0.48
Hex 1 F5 C5 64 0 14 4 A8 63 30
Octal 1 365 305 144 0 24 4 250 143 60
Binary 1 11110101 11000101 1100100 0 10100 100 10101000 1100011 110000

Color Harmonies of #01F5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F5C5

Black with #01F5C5

Text Example


Text Example

White with #01F5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,245,197); }

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

background-color css

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

 a { background-color: rgb(1,245,197); }

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

border-color css

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

 span { border-color: rgb(1,245,197); }

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