#06FEC7

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

Shades of Bright Turquoise #06FEC7

Tints of Bright Turquoise #06FEC7

Color information

#06FEC7 (or 0x06FEC7) is unknown color: approx Bright Turquoise. HEX triplet: 06, FE and C7. RGB value is (6,254,199). Sum of RGB (Red+Green+Blue) = 6+254+199=459 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.31% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #06FEC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FEC7 is #F90138. Grayscale: #ADADAD. Windows color (decimal): -16318777 or 13106694. OLE color: 13106694.

HSL color Cylindrical-coordinate representation of color #06FEC7: hue angle of 166.69º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FEC7 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB6254199-
CMYK0.9800.220.00
HSL166.69º99.2%50.98%-
HSV(B)166.69º97.64%99.61%-
XYZ45.8375.0566.1-
YUV173.58142.348.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.31%
GREEN value IS 254 (99.61% from 255) = 55.34%
BLUE value IS 199 (78.12% from 255) = 43.36%
R=1.31%
G=55.34%
B=43.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal62541990.9800.220.00166.6999.250.98
Hex6FEC7620160a76333
Octal6376307142026024714363
Binary110111111101100011111000100101100101001111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06FEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,254,199); }

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

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

 a { background-color: rgb(6,254,199); }

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

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

 span { border-color: rgb(6,254,199); }

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