Html Css Color HEX #01FFDE Bright Turquoise

📋 copy color: '#01FFDE'

red 1 ◦ green 255 ◦ blue 222

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

Shades of Bright Turquoise #01FFDE

Tints of Bright Turquoise #01FFDE

RGB

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

 GREEN value IS 255 (100% from 255) = 53.35%

 BLUE value IS 222 (87.11% from 255) = 46.44%

R = 0.21%
G = 53.35%
B = 46.44%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#01FFDE (or 0x01FFDE) is known color: Bright Turquoise. HEX triplet: 01, FF and DE. RGB value is (1,255,222). Sum of RGB (Red+Green+Blue) = 1+255+222=478 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FFDE is #FE0021. Grayscale: #AFAFAF. Windows color (decimal): -16646178 or 14614273. OLE color: 14614273.

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

Color convert

RGB 1 255 222 -
CMYK 1.00 0 0.13 0
HSL 172.2º 1% 0.5% -
HSV(B) 172.2º 1% 1% -
XYZ 48.96 76.8 81.35 -
YUV 175.29 154.35 3.68 -
System Red Green Blue C M Y K H S L
Decimal 1 255 222 1.00 0 0.13 0 172.2 1 0.5
Hex 1 FF DE 64 0 D 0 AC 64 32
Octal 1 377 336 144 0 15 0 254 144 62
Binary 1 11111111 11011110 1100100 0 1101 0 10101100 1100100 110010

Color Harmonies of #01FFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FFDE

Black with #01FFDE

Text Example


Text Example

White with #01FFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,255,222); }

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

background-color css

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

 a { background-color: rgb(1,255,222); }

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

border-color css

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

 span { border-color: rgb(1,255,222); }

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