#01D6F0

Color #01D6F0 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #01D6F0

Tints of Bright Turquoise #01D6F0

Color information

#01D6F0 (or 0x01D6F0) is unknown color: approx Bright Turquoise. HEX triplet: 01, D6 and F0. RGB value is (1,214,240). Sum of RGB (Red+Green+Blue) = 1+214+240=455 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #01D6F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D6F0 is #FE290F. Grayscale: #989898. Windows color (decimal): -16656656 or 15783425. OLE color: 15783425.

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

Color convert

RGB1214240-
CMYK1.000.1100.06
HSL186.53º99.17%47.25%-
HSV(B)186.53º99.58%94.12%-
XYZ39.7954.3990.84-
YUV153.28176.9319.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.22%
GREEN value IS 214 (83.98% from 255) = 47.03%
BLUE value IS 240 (94.14% from 255) = 52.75%
R=0.22%
G=47.03%
B=52.75%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal12142401.000.1100.06186.5399.1747.25
Hex1D6F064B06bb632f
Octal1326360144130627314357
Binary11101011011110000110010010110110101110111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01D6F0;
 }
 .AnyTagClassName
 {
   color: #01D6F0;
 }
</style>
background-color css

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

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

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

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

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

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