#03F0C6

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

Shades of Bright Turquoise #03F0C6

Tints of Bright Turquoise #03F0C6

Color information

#03F0C6 (or 0x03F0C6) is unknown color: approx Bright Turquoise. HEX triplet: 03, F0 and C6. RGB value is (3,240,198). Sum of RGB (Red+Green+Blue) = 3+240+198=441 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #03F0C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F0C6 is #FC0F39. Grayscale: #A4A4A4. Windows color (decimal): -16518970 or 13037571. OLE color: 13037571.

HSL color Cylindrical-coordinate representation of color #03F0C6: hue angle of 169.37º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F0C6 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB3240198-
CMYK0.9900.180.06
HSL169.37º97.53%47.65%-
HSV(B)169.37º98.75%94.12%-
XYZ41.3966.4264.06-
YUV164.35146.9812.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.68%
GREEN value IS 240 (94.14% from 255) = 54.42%
BLUE value IS 198 (77.73% from 255) = 44.90%
R=0.68%
G=54.42%
B=44.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal32401980.9900.180.06169.3797.5347.65
Hex3F0C6630126a96230
Octal3360306143022625114260
Binary1111110000110001101100011010010110101010011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03F0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03F0C6; }

 p { color: rgb(3,240,198); }

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

<style>
 a { background-color: #03F0C6; }

 a { background-color: rgb(3,240,198); }

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

<style>
 span { border-color: #03F0C6; }

 span { border-color: rgb(3,240,198); }

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