Html Css Color HEX #01FDD2 Bright Turquoise

📋 copy color: '#01FDD2'

red 1 ◦ green 253 ◦ blue 210

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

Shades of Bright Turquoise #01FDD2

Tints of Bright Turquoise #01FDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.26%

R = 0.22%
G = 54.53%
B = 45.26%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#01FDD2 (or 0x01FDD2) is known color: Bright Turquoise. HEX triplet: 01, FD and D2. RGB value is (1,253,210). Sum of RGB (Red+Green+Blue) = 1+253+210=464 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 464); Green value is 253 (99.22% from 255 or 54.53% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 253 - color contains mainly: green. Hex color #01FDD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FDD2 is #FE022D. Grayscale: #ACACAC. Windows color (decimal): -16646702 or 13827329. OLE color: 13827329.

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

Color convert

RGB 1 253 210 -
CMYK 1.00 0 0.17 0.01
HSL 169.76º 0.99% 0.5% -
HSV(B) 169.76º 1% 0.99% -
XYZ 46.77 74.91 72.97 -
YUV 172.75 149.01 5.5 -
System Red Green Blue C M Y K H S L
Decimal 1 253 210 1.00 0 0.17 0.01 169.76 0.99 0.5
Hex 1 FD D2 64 0 11 1 AA 63 32
Octal 1 375 322 144 0 21 1 252 143 62
Binary 1 11111101 11010010 1100100 0 10001 1 10101010 1100011 110010

Color Harmonies of #01FDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FDD2

Black with #01FDD2

Text Example


Text Example

White with #01FDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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