Html Css Color HEX #01FCCD Bright Turquoise

📋 copy color: '#01FCCD'

red 1 ◦ green 252 ◦ blue 205

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

Shades of Bright Turquoise #01FCCD

Tints of Bright Turquoise #01FCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 0.22%
G = 55.02%
B = 44.76%

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

#01FCCD (or 0x01FCCD) is known color: Bright Turquoise. HEX triplet: 01, FC and CD. RGB value is (1,252,205). Sum of RGB (Red+Green+Blue) = 1+252+205=458 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FCCD is #FE0332. Grayscale: #ABABAB. Windows color (decimal): -16646963 or 13499393. OLE color: 13499393.

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

Color convert

RGB 1 252 205 -
CMYK 1.00 0 0.19 0.01
HSL 168.76º 0.99% 0.5% -
HSV(B) 168.76º 1% 0.99% -
XYZ 45.84 74.04 69.63 -
YUV 171.59 146.84 6.32 -
System Red Green Blue C M Y K H S L
Decimal 1 252 205 1.00 0 0.19 0.01 168.76 0.99 0.5
Hex 1 FC CD 64 0 13 1 A9 63 32
Octal 1 374 315 144 0 23 1 251 143 62
Binary 1 11111100 11001101 1100100 0 10011 1 10101001 1100011 110010

Color Harmonies of #01FCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FCCD

Black with #01FCCD

Text Example


Text Example

White with #01FCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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