#06F3C2

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

Shades of Bright Turquoise #06F3C2

Tints of Bright Turquoise #06F3C2

Color information

#06F3C2 (or 0x06F3C2) is unknown color: approx Bright Turquoise. HEX triplet: 06, F3 and C2. RGB value is (6,243,194). Sum of RGB (Red+Green+Blue) = 6+243+194=443 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 443); Green value is 243 (95.31% from 255 or 54.85% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 243 - color contains mainly: green. Hex color #06F3C2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06F3C2 is #F90C3D. Grayscale: #A6A6A6. Windows color (decimal): -16321598 or 12776198. OLE color: 12776198.

HSL color Cylindrical-coordinate representation of color #06F3C2: hue angle of 167.59º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F3C2 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB6243194-
CMYK0.9800.200.05
HSL167.59º95.18%48.82%-
HSV(B)167.59º97.53%95.29%-
XYZ41.8668.0361.96-
YUV166.55143.4813.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.35%
GREEN value IS 243 (95.31% from 255) = 54.85%
BLUE value IS 194 (76.17% from 255) = 43.79%
R=1.35%
G=54.85%
B=43.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal62431940.9800.200.05167.5995.1848.82
Hex6F3C2620145a85f31
Octal6363302142024525013761
Binary11011110011110000101100010010100101101010001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06F3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06F3C2; }

 p { color: rgb(6,243,194); }

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

<style>
 a { background-color: #06F3C2; }

 a { background-color: rgb(6,243,194); }

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

<style>
 span { border-color: #06F3C2; }

 span { border-color: rgb(6,243,194); }

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