Html Css Color HEX #01DCF6 Bright Turquoise

📋 copy color: '#01DCF6'

red 1 ◦ green 220 ◦ blue 246

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

Shades of Bright Turquoise #01DCF6

Tints of Bright Turquoise #01DCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.68%

R = 0.21%
G = 47.11%
B = 52.68%

CMYK

 C value IS 1.00

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#01DCF6 (or 0x01DCF6) is known color: Bright Turquoise. HEX triplet: 01, DC and F6. RGB value is (1,220,246). Sum of RGB (Red+Green+Blue) = 1+220+246=467 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #01DCF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DCF6 is #FE2309. Grayscale: #9D9D9D. Windows color (decimal): -16655114 or 16178177. OLE color: 16178177.

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

Color convert

RGB 1 220 246 -
CMYK 1.00 0.11 0 0.04
HSL 186.37º 0.99% 0.48% -
HSV(B) 186.37º 1% 0.96% -
XYZ 42.24 57.85 96.13 -
YUV 157.48 177.95 16.39 -
System Red Green Blue C M Y K H S L
Decimal 1 220 246 1.00 0.11 0 0.04 186.37 0.99 0.48
Hex 1 DC F6 64 B 0 4 BA 63 30
Octal 1 334 366 144 13 0 4 272 143 60
Binary 1 11011100 11110110 1100100 1011 0 100 10111010 1100011 110000

Color Harmonies of #01DCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCF6

Black with #01DCF6

Text Example


Text Example

White with #01DCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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