Html Css Color HEX #01FCCC Bright Turquoise

📋 copy color: '#01FCCC'

red 1 ◦ green 252 ◦ blue 204

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

Shades of Bright Turquoise #01FCCC

Tints of Bright Turquoise #01FCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 0.22%
G = 55.14%
B = 44.64%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#01FCCC (or 0x01FCCC) is known color: Bright Turquoise. HEX triplet: 01, FC and CC. RGB value is (1,252,204). Sum of RGB (Red+Green+Blue) = 1+252+204=457 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 457); Green value is 252 (98.83% from 255 or 55.14% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FCCC is #FE0333. Grayscale: #ABABAB. Windows color (decimal): -16646964 or 13433857. OLE color: 13433857.

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

Color convert

RGB 1 252 204 -
CMYK 1.00 0 0.19 0.01
HSL 168.53º 0.99% 0.5% -
HSV(B) 168.53º 1% 0.99% -
XYZ 45.72 73.99 69 -
YUV 171.48 146.34 6.4 -
System Red Green Blue C M Y K H S L
Decimal 1 252 204 1.00 0 0.19 0.01 168.53 0.99 0.5
Hex 1 FC CC 64 0 13 1 A9 63 32
Octal 1 374 314 144 0 23 1 251 143 62
Binary 1 11111100 11001100 1100100 0 10011 1 10101001 1100011 110010

Color Harmonies of #01FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FCCC

Black with #01FCCC

Text Example


Text Example

White with #01FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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