Html Css Color HEX #01FFCA Bright Turquoise

📋 copy color: '#01FFCA'

red 1 ◦ green 255 ◦ blue 202

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

Shades of Bright Turquoise #01FFCA

Tints of Bright Turquoise #01FFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 55.68%

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 0.22%
G = 55.68%
B = 44.1%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#01FFCA (or 0x01FFCA) is known color: Bright Turquoise. HEX triplet: 01, FF and CA. RGB value is (1,255,202). Sum of RGB (Red+Green+Blue) = 1+255+202=458 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FFCA is #FE0035. Grayscale: #ACACAC. Windows color (decimal): -16646198 or 13303553. OLE color: 13303553.

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

Color convert

RGB 1 255 202 -
CMYK 1.00 0 0.21 0
HSL 167.48º 1% 0.5% -
HSV(B) 167.48º 1% 1% -
XYZ 46.43 75.79 68.06 -
YUV 173.01 144.35 5.31 -
System Red Green Blue C M Y K H S L
Decimal 1 255 202 1.00 0 0.21 0 167.48 1 0.5
Hex 1 FF CA 64 0 15 0 A7 64 32
Octal 1 377 312 144 0 25 0 247 144 62
Binary 1 11111111 11001010 1100100 0 10101 0 10100111 1100100 110010

Color Harmonies of #01FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FFCA

Black with #01FFCA

Text Example


Text Example

White with #01FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,255,202); }

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

background-color css

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

 a { background-color: rgb(1,255,202); }

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

border-color css

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

 span { border-color: rgb(1,255,202); }

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