Html Css Color HEX #01FCDC Bright Turquoise

📋 copy color: '#01FCDC'

red 1 ◦ green 252 ◦ blue 220

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

Shades of Bright Turquoise #01FCDC

Tints of Bright Turquoise #01FCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 0.21%
G = 53.28%
B = 46.51%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#01FCDC (or 0x01FCDC) is known color: Bright Turquoise. HEX triplet: 01, FC and DC. RGB value is (1,252,220). Sum of RGB (Red+Green+Blue) = 1+252+220=473 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FCDC is #FE0323. Grayscale: #ADADAD. Windows color (decimal): -16646948 or 14482433. OLE color: 14482433.

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

Color convert

RGB 1 252 220 -
CMYK 1.00 0 0.13 0.01
HSL 172.35º 0.99% 0.5% -
HSV(B) 172.35º 1% 0.99% -
XYZ 47.74 74.79 79.63 -
YUV 173.3 154.34 5.1 -
System Red Green Blue C M Y K H S L
Decimal 1 252 220 1.00 0 0.13 0.01 172.35 0.99 0.5
Hex 1 FC DC 64 0 D 1 AC 63 32
Octal 1 374 334 144 0 15 1 254 143 62
Binary 1 11111100 11011100 1100100 0 1101 1 10101100 1100011 110010

Color Harmonies of #01FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FCDC

Black with #01FCDC

Text Example


Text Example

White with #01FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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