Html Css Color HEX #01FCD8 Bright Turquoise

📋 copy color: '#01FCD8'

red 1 ◦ green 252 ◦ blue 216

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

Shades of Bright Turquoise #01FCD8

Tints of Bright Turquoise #01FCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.06%

R = 0.21%
G = 53.73%
B = 46.06%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#01FCD8 (or 0x01FCD8) is known color: Bright Turquoise. HEX triplet: 01, FC and D8. RGB value is (1,252,216). Sum of RGB (Red+Green+Blue) = 1+252+216=469 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FCD8 is #FE0327. Grayscale: #ACACAC. Windows color (decimal): -16646952 or 14220289. OLE color: 14220289.

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

Color convert

RGB 1 252 216 -
CMYK 1.00 0 0.14 0.01
HSL 171.39º 0.99% 0.5% -
HSV(B) 171.39º 1% 0.99% -
XYZ 47.22 74.59 76.87 -
YUV 172.85 152.34 5.43 -
System Red Green Blue C M Y K H S L
Decimal 1 252 216 1.00 0 0.14 0.01 171.39 0.99 0.5
Hex 1 FC D8 64 0 E 1 AB 63 32
Octal 1 374 330 144 0 16 1 253 143 62
Binary 1 11111100 11011000 1100100 0 1110 1 10101011 1100011 110010

Color Harmonies of #01FCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FCD8

Black with #01FCD8

Text Example


Text Example

White with #01FCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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