Html Css Color HEX #01FDD9 Bright Turquoise

📋 copy color: '#01FDD9'

red 1 ◦ green 253 ◦ blue 217

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

Shades of Bright Turquoise #01FDD9

Tints of Bright Turquoise #01FDD9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.72%

 BLUE value IS 217 (85.16% from 255) = 46.07%

R = 0.21%
G = 53.72%
B = 46.07%

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

#01FDD9 (or 0x01FDD9) is known color: Bright Turquoise. HEX triplet: 01, FD and D9. RGB value is (1,253,217). Sum of RGB (Red+Green+Blue) = 1+253+217=471 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #01FDD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FDD9 is #FE0226. Grayscale: #ADADAD. Windows color (decimal): -16646695 or 14286081. OLE color: 14286081.

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

Color convert

RGB 1 253 217 -
CMYK 1.00 0 0.14 0.01
HSL 171.43º 0.99% 0.5% -
HSV(B) 171.43º 1% 0.99% -
XYZ 47.66 75.27 77.66 -
YUV 173.55 152.51 4.93 -
System Red Green Blue C M Y K H S L
Decimal 1 253 217 1.00 0 0.14 0.01 171.43 0.99 0.5
Hex 1 FD D9 64 0 E 1 AB 63 32
Octal 1 375 331 144 0 16 1 253 143 62
Binary 1 11111101 11011001 1100100 0 1110 1 10101011 1100011 110010

Color Harmonies of #01FDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FDD9

Black with #01FDD9

Text Example


Text Example

White with #01FDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,253,217); }

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

background-color css

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

 a { background-color: rgb(1,253,217); }

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

border-color css

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

 span { border-color: rgb(1,253,217); }

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