Html Css Color HEX #01FDDB Bright Turquoise

📋 copy color: '#01FDDB'

red 1 ◦ green 253 ◦ blue 219

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

Shades of Bright Turquoise #01FDDB

Tints of Bright Turquoise #01FDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 0.21%
G = 53.49%
B = 46.3%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#01FDDB (or 0x01FDDB) is known color: Bright Turquoise. HEX triplet: 01, FD and DB. RGB value is (1,253,219). Sum of RGB (Red+Green+Blue) = 1+253+219=473 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #01FDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FDDB is #FE0224. Grayscale: #ADADAD. Windows color (decimal): -16646693 or 14417153. OLE color: 14417153.

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

Color convert

RGB 1 253 219 -
CMYK 1.00 0 0.13 0.01
HSL 171.9º 0.99% 0.5% -
HSV(B) 171.9º 1% 0.99% -
XYZ 47.92 75.37 79.04 -
YUV 173.78 153.51 4.76 -
System Red Green Blue C M Y K H S L
Decimal 1 253 219 1.00 0 0.13 0.01 171.9 0.99 0.5
Hex 1 FD DB 64 0 D 1 AC 63 32
Octal 1 375 333 144 0 15 1 254 143 62
Binary 1 11111101 11011011 1100100 0 1101 1 10101100 1100011 110010

Color Harmonies of #01FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FDDB

Black with #01FDDB

Text Example


Text Example

White with #01FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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