Html Css Color HEX #01FEDD Bright Turquoise

📋 copy color: '#01FEDD'

red 1 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #01FEDD

Tints of Bright Turquoise #01FEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.36%

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

R = 0.21%
G = 53.36%
B = 46.43%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#01FEDD (or 0x01FEDD) is known color: Bright Turquoise. HEX triplet: 01, FE and DD. RGB value is (1,254,221). Sum of RGB (Red+Green+Blue) = 1+254+221=476 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #01FEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FEDD is #FE0122. Grayscale: #AEAEAE. Windows color (decimal): -16646435 or 14548481. OLE color: 14548481.

HSL color Cylindrical-coordinate representation of color #01FEDD: hue angle of 172.17º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FEDD is Cyan = 1.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 254 221 -
CMYK 1.00 0 0.13 0.00
HSL 172.17º 0.99% 0.5% -
HSV(B) 172.17º 1% 1% -
XYZ 48.51 76.11 80.54 -
YUV 174.59 154.18 4.18 -
System Red Green Blue C M Y K H S L
Decimal 1 254 221 1.00 0 0.13 0.00 172.17 0.99 0.5
Hex 1 FE DD 64 0 D 0 AC 63 32
Octal 1 376 335 144 0 15 0 254 143 62
Binary 1 11111110 11011101 1100100 0 1101 0 10101100 1100011 110010

Color Harmonies of #01FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FEDD

Black with #01FEDD

Text Example


Text Example

White with #01FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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