Html Css Color HEX #01DCF0 Bright Turquoise

📋 copy color: '#01DCF0'

red 1 ◦ green 220 ◦ blue 240

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

Shades of Bright Turquoise #01DCF0

Tints of Bright Turquoise #01DCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.06%

R = 0.22%
G = 47.72%
B = 52.06%

CMYK

 C value IS 1.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#01DCF0 (or 0x01DCF0) is known color: Bright Turquoise. HEX triplet: 01, DC and F0. RGB value is (1,220,240). Sum of RGB (Red+Green+Blue) = 1+220+240=461 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #01DCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DCF0 is #FE230F. Grayscale: #9C9C9C. Windows color (decimal): -16655120 or 15784961. OLE color: 15784961.

HSL color Cylindrical-coordinate representation of color #01DCF0: hue angle of 185.02º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DCF0 is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 220 240 -
CMYK 1.00 0.08 0 0.06
HSL 185.02º 0.99% 0.47% -
HSV(B) 185.02º 1% 0.94% -
XYZ 41.33 57.48 91.36 -
YUV 156.8 174.95 16.87 -
System Red Green Blue C M Y K H S L
Decimal 1 220 240 1.00 0.08 0 0.06 185.02 0.99 0.47
Hex 1 DC F0 64 8 0 6 B9 63 2F
Octal 1 334 360 144 10 0 6 271 143 57
Binary 1 11011100 11110000 1100100 1000 0 110 10111001 1100011 101111

Color Harmonies of #01DCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCF0

Black with #01DCF0

Text Example


Text Example

White with #01DCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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