#06EFC7

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

Shades of Bright Turquoise #06EFC7

Tints of Bright Turquoise #06EFC7

Color information

#06EFC7 (or 0x06EFC7) is unknown color: approx Bright Turquoise. HEX triplet: 06, EF and C7. RGB value is (6,239,199). Sum of RGB (Red+Green+Blue) = 6+239+199=444 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #06EFC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EFC7 is #F91038. Grayscale: #A4A4A4. Windows color (decimal): -16322617 or 13102854. OLE color: 13102854.

HSL color Cylindrical-coordinate representation of color #06EFC7: hue angle of 169.7º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EFC7 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB6239199-
CMYK0.9700.170.06
HSL169.7º95.1%48.04%-
HSV(B)169.7º97.49%93.73%-
XYZ41.2565.964.58-
YUV164.77147.3114.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.35%
GREEN value IS 239 (93.75% from 255) = 53.83%
BLUE value IS 199 (78.12% from 255) = 44.82%
R=1.35%
G=53.83%
B=44.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal62391990.9700.170.06169.795.148.04
Hex6EFC7610116aa5f30
Octal6357307141021625213760
Binary11011101111110001111100001010001110101010101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06EFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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