Html Css Color HEX #01FCDF Bright Turquoise

📋 copy color: '#01FCDF'

red 1 ◦ green 252 ◦ blue 223

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

Shades of Bright Turquoise #01FCDF

Tints of Bright Turquoise #01FCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 0.21%
G = 52.94%
B = 46.85%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#01FCDF (or 0x01FCDF) is known color: Bright Turquoise. HEX triplet: 01, FC and DF. RGB value is (1,252,223). Sum of RGB (Red+Green+Blue) = 1+252+223=476 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FCDF is #FE0320. Grayscale: #ADADAD. Windows color (decimal): -16646945 or 14679041. OLE color: 14679041.

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

Color convert

RGB 1 252 223 -
CMYK 1.00 0 0.12 0.01
HSL 173.07º 0.99% 0.5% -
HSV(B) 173.07º 1% 0.99% -
XYZ 48.14 74.95 81.74 -
YUV 173.65 155.84 4.86 -
System Red Green Blue C M Y K H S L
Decimal 1 252 223 1.00 0 0.12 0.01 173.07 0.99 0.5
Hex 1 FC DF 64 0 C 1 AD 63 32
Octal 1 374 337 144 0 14 1 255 143 62
Binary 1 11111100 11011111 1100100 0 1100 1 10101101 1100011 110010

Color Harmonies of #01FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FCDF

Black with #01FCDF

Text Example


Text Example

White with #01FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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