#06E7C7

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

Shades of Bright Turquoise #06E7C7

Tints of Bright Turquoise #06E7C7

Color information

#06E7C7 (or 0x06E7C7) is unknown color: approx Bright Turquoise. HEX triplet: 06, E7 and C7. RGB value is (6,231,199). Sum of RGB (Red+Green+Blue) = 6+231+199=436 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 436); Green value is 231 (90.62% from 255 or 52.98% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 231 - color contains mainly: green. Hex color #06E7C7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06E7C7 is #F91838. Grayscale: #9F9F9F. Windows color (decimal): -16324665 or 13100806. OLE color: 13100806.

HSL color Cylindrical-coordinate representation of color #06E7C7: hue angle of 171.47º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E7C7 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB6231199-
CMYK0.9700.140.09
HSL171.47º94.94%46.47%-
HSV(B)171.47º97.4%90.59%-
XYZ38.9661.3163.81-
YUV160.08149.9618.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.38%
GREEN value IS 231 (90.62% from 255) = 52.98%
BLUE value IS 199 (78.12% from 255) = 45.64%
R=1.38%
G=52.98%
B=45.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal62311990.9700.140.09171.4794.9446.47
Hex6E7C7610E9ab5f2e
Octal63473071410161125313756
Binary11011100111110001111100001011101001101010111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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