Html Css Color HEX #01FCDD Bright Turquoise

📋 copy color: '#01FCDD'

red 1 ◦ green 252 ◦ blue 221

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

Shades of Bright Turquoise #01FCDD

Tints of Bright Turquoise #01FCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 0.21%
G = 53.16%
B = 46.62%

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

#01FCDD (or 0x01FCDD) is known color: Bright Turquoise. HEX triplet: 01, FC and DD. RGB value is (1,252,221). Sum of RGB (Red+Green+Blue) = 1+252+221=474 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FCDD is #FE0322. Grayscale: #ADADAD. Windows color (decimal): -16646947 or 14547969. OLE color: 14547969.

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

Color convert

RGB 1 252 221 -
CMYK 1.00 0 0.12 0.01
HSL 172.59º 0.99% 0.5% -
HSV(B) 172.59º 1% 0.99% -
XYZ 47.87 74.85 80.33 -
YUV 173.42 154.84 5.02 -
System Red Green Blue C M Y K H S L
Decimal 1 252 221 1.00 0 0.12 0.01 172.59 0.99 0.5
Hex 1 FC DD 64 0 C 1 AD 63 32
Octal 1 374 335 144 0 14 1 255 143 62
Binary 1 11111100 11011101 1100100 0 1100 1 10101101 1100011 110010

Color Harmonies of #01FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FCDD

Black with #01FCDD

Text Example


Text Example

White with #01FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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