Html Css Color HEX #01DCF5 Bright Turquoise

📋 copy color: '#01DCF5'

red 1 ◦ green 220 ◦ blue 245

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

Shades of Bright Turquoise #01DCF5

Tints of Bright Turquoise #01DCF5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.21%

 BLUE value IS 245 (96.09% from 255) = 52.58%

R = 0.21%
G = 47.21%
B = 52.58%

CMYK

 C value IS 1.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#01DCF5 (or 0x01DCF5) is known color: Bright Turquoise. HEX triplet: 01, DC and F5. RGB value is (1,220,245). Sum of RGB (Red+Green+Blue) = 1+220+245=466 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 245 (96.09% from 255 or 52.58% from 466); Max value from RGB is 245 - color contains mainly: blue. Hex color #01DCF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DCF5 is #FE230A. Grayscale: #9D9D9D. Windows color (decimal): -16655115 or 16112641. OLE color: 16112641.

HSL color Cylindrical-coordinate representation of color #01DCF5: hue angle of 186.15º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DCF5 is Cyan = 1.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 1 220 245 -
CMYK 1.00 0.10 0 0.04
HSL 186.15º 0.99% 0.48% -
HSV(B) 186.15º 1% 0.96% -
XYZ 42.09 57.79 95.32 -
YUV 157.37 177.45 16.47 -
System Red Green Blue C M Y K H S L
Decimal 1 220 245 1.00 0.10 0 0.04 186.15 0.99 0.48
Hex 1 DC F5 64 A 0 4 BA 63 30
Octal 1 334 365 144 12 0 4 272 143 60
Binary 1 11011100 11110101 1100100 1010 0 100 10111010 1100011 110000

Color Harmonies of #01DCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCF5

Black with #01DCF5

Text Example


Text Example

White with #01DCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,220,245); }

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

background-color css

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

 a { background-color: rgb(1,220,245); }

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

border-color css

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

 span { border-color: rgb(1,220,245); }

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